summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | | * Bug 935473 - Factor out method to animate forward button's visibility ↵Lucas Rocha2013-12-05
| | | | | | | | | | | | | | | | | | | | (r=wesj, a=lsblakk)
| | | | * Bug 935473 - Avoid unnecessary animations in forward button (r=wesj, a=lsblakk)Lucas Rocha2013-12-05
| | | | |
| | | | * Bug 935473 - Replace ViewGroup.MarginLayoutParams with MarginLayoutParams ↵Lucas Rocha2013-12-05
| | | | | | | | | | | | | | | | | | | | (r=sriram, a=lsblakk)
| | | | * Bug 940889 - Set the scroll port size along with the CSS viewport to ensure ↵Kartikaya Gupta2013-12-16
| | | | | | | | | | | | | | | | | | | | content gets the latest innerWidth. r=Cwiiis a=lsblakk
| | | | * Bug 940889 - Avoid calling getPageSize in setScrollClampingSize as it ↵Kartikaya Gupta2013-12-16
| | | | | | | | | | | | | | | | | | | | triggers a premature resize event to content. r=Cwiiis a=lsblakk
| | | | * Bug 953993. a=lsblakkRichard Newman2014-01-03
| | | | |
| | | | * Bug 898431: Update NSS to NSS 3.15.4 RTM (NSS_3_15_4_RTM), r=me, a=bbajajBrian Smith2014-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : source : fee4c481bf7c34aa28f95ac233b2fef43873bab7
| | | | * Bug 907689 - Use example.org as the blocklist URL. r=mixedpuppy, a=test-onlyMark Hammond2014-01-06
| | | | |
| | | | * Bug 953114 - Fix GetElementIC typed array issue. r=efaust, a=bajajJan de Mooij2014-01-04
| | | | |
| | | | * Bug 956260 - Decrease the browser window's minimum width in pre-Australis ↵Dão Gottwald2014-01-06
| | | | | | | | | | | | | | | | | | | | Firefox. r=jaws, a=bajaj
| | | | * Bug 867597 - IonMonkey: ARM hwcaps detection depends on uninitialised ↵Julian Seward2013-12-13
| | | | | | | | | | | | | | | | | | | | garbage on the stack. r=mjrosenb, a=bajaj
| | | | * Bug 767343 - Use fallible allocation in nsSupportsString::SetData because ↵Benjamin Smedberg2013-12-06
| | | | | | | | | | | | | | | | | | | | people are putting arbitrarily-large data in it, perhaps session-restore data but I'm not sure. r=froydnj, a=bajaj
| | | | * Bug 900822 - Fixes PDF Viewer for protected PDF files. r=bdahl, a=bajajYury Delendik2014-01-03
| | | | |
| | | | * Bug 945973 - Part 1: Remove about:memory's is-a-sentence description check. ↵Nicholas Nethercote2014-01-02
| | | | | | | | | | | | | | | | | | | | r=mccr8, a=lsblakk
| | | | * Bug 930970 - Migrate based on pref. r=Unfocused, r=jaws, a=bajajGijs Kruitbosch2013-10-25
| | | | |
| | | | * Backed out changeset 0414fb5b7ceb (bug 936056) for mochitest orange. a=backoutRyan VanderMeulen2014-01-03
| | | | |
| | | | * bug 887321 - initial OCSP stapling telemetry r=briansmith a=bajajDavid Keeler2013-12-16
| | | | |
| | | | * bug 929617 - disregard expired stapled OCSP responses, acquire fresh ones ↵David Keeler2013-11-25
| | | | | | | | | | | | | | | | | | | | r=briansmith a=bajaj
| | | | * bug 943115 - return early in CreateCertErrorRunnable for non-overridable ↵David Keeler2013-11-26
| | | | | | | | | | | | | | | | | | | | errors r=briansmith a=bajaj
| | | | * Bug 938805 - Create standalone oscpResponseGenerator for testing. r=keeler ↵Camilo Viecco2013-10-29
| | | | | | | | | | | | | | | | | | | | a=test-only
| | | | * bug 932519 - (3/3) add an optional additional cert name as a parameter to ↵David Keeler2013-11-11
| | | | | | | | | | | | | | | | | | | | GetOCSPResponseForType r=cviecco r=briansmith a=test-only
| | | | * bug 932519 - (2/3) rename OCSP response generation test code to remove ↵David Keeler2013-11-11
| | | | | | | | | | | | | | | | | | | | "stapling" r=cviecco r=briansmith a=test-only
| | | | * bug 932519 - (1/3) move common OCSP response generation test code for ↵David Keeler2013-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactoring r=cviecco r=briansmith a=test-only --HG-- rename : security/manager/ssl/tests/unit/tlsserver/cmd/OCSPStaplingServer.cpp => security/manager/ssl/tests/unit/tlsserver/lib/OCSPCommon.cpp rename : security/manager/ssl/tests/unit/tlsserver/cmd/OCSPStaplingServer.cpp => security/manager/ssl/tests/unit/tlsserver/lib/OCSPCommon.h
| | | | * Bug 934327: Give OCSP-related NSS errors symbolic names in xpcshell tests, ↵Brian Smith2013-10-14
| | | | | | | | | | | | | | | | | | | | r=keeler a=test-only
| | | | * bug 930209 - differentiate empty OCSP response from no OCSP response in ↵David Keeler2013-10-28
| | | | | | | | | | | | | | | | | | | | tests r=cviecco a=test-only
| | | | * Bug 953130 - Fix system NSPR builds for content/media. r=rjesup, a=bajajWolfgang Rosenauer2014-01-02
| | | | |
| | | | * Bug 953282 - Fix idle observer notification, after Bug 715041 broke in-tree ↵Richard Newman2013-12-27
| | | | | | | | | | | | | | | | | | | | consumers. r=gps, a=bajaj
| | | | * Bug 952473 - SessionStore should only watch for top-level pageshow events. ↵Mark Finkle2013-12-20
| | | | | | | | | | | | | | | | | | | | r=wesj, a=bajaj
| | | | * Bug 956138 - Have BrowserUITelemetry wait for sessionstore-windows-restored ↵Mike Conley2014-01-03
| | | | | | | | | | | | | | | | | | | | before gathering measurements. r=jaws, a=bajaj
| | | | * Bug 952343 - Dismissing editing mode properly returns to web content. ↵Michael Comella2013-12-19
| | | | | | | | | | | | | | | | | | | | r=sriram, a=bajaj
| | | | * Bug 952336 - Switch-to-tab on the current tab properly reshows web content. ↵Michael Comella2013-12-19
| | | | | | | | | | | | | | | | | | | | r=sriram, a=bajaj
| | | | * Bug 953373 - Use NewObjectWithType when cloning regexps. r=bhackett, a=bajajJan de Mooij2014-01-02
| | | | |
| | | | * Bug 936056 - Be consistent about the thisobj we pass to getters. ↵Boris Zbarsky2013-12-02
| | | | | | | | | | | | | | | | | | | | r=jorendorff, a=bajaj
| | | | * Bug 950909 - Forward native aggregation to the root XPCWrappedJS. r=mccr8, ↵Bobby Holley2013-12-19
| | | | | | | | | | | | | | | | | | | | sr=smaug, a=bajaj
| | | | * Bug 951497 - Bustage fix. a=bustageRyan VanderMeulen2014-01-02
| | | | | | | | | | | | | | | | | | | | CLOSED TREE
| | | | * Bug 951497 - Add type constraints for definite property analysis. r=jandem, ↵Brian Hackett2014-01-02
| | | | | | | | | | | | | | | | | | | | a=abillings
| | | | * Bug 951245 - Forwarding to outer should check for active document, not ↵Boris Zbarsky2013-12-20
| | | | | | | | | | | | | | | | | | | | current inner, to handle document.open() cases. r=peterv, a=bajaj
| | | | * Bug 951528. r=jandem, a=bajajKannan Vijayan2014-01-02
| | | | |
| | | | * Bug 945585 - Bustage fix. a=bustageRyan VanderMeulen2014-01-02
| | | | | | | | | | | | | | | | | | | | CLOSED TREE
| | | | * Bug 945585 - Add shouldDelete to nsDocument::Release. r=mccr8, a=bajajOlli Pettay2013-12-23
| | | | |
| | | | * Bug 937152 - Remove XPCWrappedJS::mMainThread and mMainThreadOnly. ↵Andrew McCreight2013-11-17
| | | | | | | | | | | | | | | | | | | | r=bholley, a=bajaj
| | | | * Bug 931427 - Include nsWrapperCacheInlines.h in HTMLAllCollection.cpp and ↵Bill Gianopoulos2013-10-28
| | | | | | | | | | | | | | | | | | | | nsBindingManager.cpp. r=smaug, a=lsblakk
| | | | * Bug 863872 - If we have overdue TelemetryPings, try to send them all. ↵Mike Conley2013-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=nfroyd, feedback=irving, a=bbajaj. --HG-- extra : transplant_source : D%CFb0%06m%13%9D6%A8J%81%08%D1%97%3D%24Q%DEI
| | | | * Bug 883059 - Check if the document is defunct before handling observer ↵Trevor Saunders2014-01-02
| | | | | | | | | | | | | | | | | | | | notifications. r=surkov, a=lsblakk
| | | | * Bug 937697 - Simplify some BoundsCheckRange code. r=bhackett, a=abillingsJan de Mooij2013-12-24
| | | | |
| | | | * Bug 950452 - Fix SETARG in IonBuilder. r=jandem, a=abillingsBrian Hackett2013-12-20
| | | | |
| | | | * Bug 951366 - Use AutoDetectInvalidation for disabled GetElement caches. ↵Jan de Mooij2013-12-20
| | | | | | | | | | | | | | | | | | | | r=h4writer, a=abillings
| | | | * Bug 951518 - Add missing ending whitespace to help text. r=flod, a=lsblakkJ. Ryan Stinnett2013-12-17
| | | | |
| | | | * Bug 944321 - IonMonkey: Disable MToFloat32's computeRange. r=benj, a=abillingsDan Gohman2014-01-02
| | | | |
| | | | * Bug 935176 - Saving a style sheet doesn't remove the star. r=harth, a=lsblakkGirish Sharma2013-12-06
| | | | |