Nicholas Nethercote
69d24ba219
Bug 1286709
- Assert the non-nullness of an GetApzc() call's return value. r=kats.
...
--HG--
extra : rebase_source : 28310216275e7f919314e92559ea79cb0692b69e
2016-07-15 09:19:57 +10:00
Nicholas Nethercote
ae85aa6a67
Bug 1278439 (part 3) - Adding a missing prefs service null check in dom/flyweb/. r=djvj.
...
--HG--
extra : rebase_source : c399ef37da93155375bcaf2ec60af2263d0fa1ba
2016-07-15 13:12:57 +10:00
Andrew Sutherland
6c8ba64682
Bug 1286467 - add gdb pretty printer for nsTHashtable/nsBaseHashtable/friends. r=tromey
2016-07-17 17:27:45 -04:00
Andrea Marchesini
bb325b5b7e
Bug 1287341 - Typo in test_removeDataFromDomain.js, r=me
2016-07-17 22:15:33 +02:00
Sotaro Ikeda
b95b9e3df3
Bug 1284074 - Relax assertion check r=nical
2016-07-17 08:54:33 -07:00
Andrea Marchesini
b8a8d4e047
Bug 1279186 - Blob URLs in multi-e10s - part 2 - Contentparent unregistes BlobURLs if the child crashes, r=gabor
2016-07-17 16:51:28 +02:00
Andrea Marchesini
109557fed5
Bug 1279186 - Blob URLs in multi-e10s - part 1 - BlobURLs broadcasted, r=gabor
2016-07-17 16:50:50 +02:00
Andrea Marchesini
c0a8e7cf34
Bug 1287313 - get rid of 'workers::' in Promise.cpp, r=smaug
2016-07-17 16:48:58 +02:00
Andrea Marchesini
c2e7f126f5
Bug 1282407
- Implement nsIURIWithBlobImpl to support blobURL after revoking them, r=smaug
2016-07-17 16:32:02 +02:00
Sebastian Hengst
3c68bf1407
Backed out changeset 9c0425073111 (bug 918703) for failing mochitest test_bug435425.html. r=backout
2016-07-17 12:56:43 +02:00
Sebastian Hengst
b8b5c17e71
Backed out changeset f52c26d677b0 (bug 918703)
2016-07-17 12:55:38 +02:00
Tim Huang
5a832efcfb
Bug 1282660 - Part 2 : Add a test cast to test that style editor can load stylesheets correctly with containers. r=gl
2016-07-14 04:13:00 +02:00
Tim Huang
d0bc82231f
Bug 1282660 - Part 1 : Make the devtools uses nodePrincipal instead of the system principal when fetching stylesheets. r=gl
2016-07-13 02:37:00 +02:00
Thomas Wisniewski
a87fc764c1
Bug 918703 - Part 2: Correct progress event logic so events are sent in the correct order and with the correct values according to spec. r=baku
2016-07-16 19:11:01 -04:00
Thomas Wisniewski
bea588b693
Bug 918703 - Part 1: Remove MaybeDispatchProgressEvents() and have its callsites only do what they need to do, to make the XHR code more readable. r=baku
2016-07-14 13:24:54 -04:00
Carsten "Tomcat" Book
a0992595d6
merge mozilla-inbound to mozilla-central a=merge
2016-07-17 10:08:08 +02:00
Carsten "Tomcat" Book
34ed117ba5
Backed out changeset 39cac65eb07c (bug 1286325) for causing merge conflicts with mozilla-central
2016-07-17 09:20:48 +02:00
Carsten "Tomcat" Book
4d078ded39
Backed out changeset b98df554a6f0 (bug 1012752)
2016-07-17 09:20:26 +02:00
Carsten "Tomcat" Book
a61e84c9f3
merge fx-team to mozilla-central a=merge
2016-07-17 09:16:38 +02:00
Ehsan Akhgari
798ed1be3c
Bug 1278089 - Add JS APIs for determining whether a function is bound and getting the target; r=jorendorff
2016-07-16 22:37:42 -04:00
Emilio Cobos Álvarez
ec307d8059
Bug 1286445: stylo: Unset restyle frames appropriately after regenerating style contexts. r=heycam
...
MozReview-Commit-ID: IgG4KOESJUY
2016-07-16 16:22:12 -07:00
Emilio Cobos Álvarez
f526a25d70
Bug 1286445: Stub out HasStateDependentStyle. r=heycam
...
MozReview-Commit-ID: CbHfVNHFVS3
2016-07-16 16:22:12 -07:00
Emilio Cobos Álvarez
1a49c35a07
Bug 1286445: stylo: Support restyles of non-pseudo content on state change. r=heycam
...
This includes, for example :hover.
Also removes the call to IsStyledByServo() in the document constructor, it's not
only unnecessary, but also we call UpdateStyleBackendType() too early.
MozReview-Commit-ID: 4YfCdmLoSxu
2016-07-16 16:22:12 -07:00
Markus Stange
2adb931c36
Back out bug 1012752 for causing bug 1285532 and bug 1286674.
...
MozReview-Commit-ID: DYZ3D4yL1eZ
--HG--
extra : histedit_source : c6fc9d036cbca0589e74587e17876f9417c3f2ad
2016-07-16 17:10:08 -04:00
Jared Wein
12c934b23b
Bug 622939 - Clicking anywhere on a tab-modal prompt should focus it. r=Gijs
...
MozReview-Commit-ID: JziZBlLQZiI
--HG--
extra : rebase_source : 769e84bcaf45442af5a4ed14e249d8454b62198c
2016-07-14 14:24:24 -04:00
Ting-Yu Lin
e1c39de3f3
Bug 1287056 - Group private methods together in nsBlockReflowState.h. r=xidorn
...
This is to avoid changing the access modifiers.
MozReview-Commit-ID: 9kkWeAKelGL
--HG--
extra : rebase_source : 67a3995872fff4a5028ce86ea070078635ba17e9
2016-07-15 15:57:40 +08:00
Gijs Kruitbosch
ca0706d1c4
Bug 1281787, r=bz
...
MozReview-Commit-ID: JLdLD57pF87
--HG--
extra : rebase_source : c656044a8448d2fa70e484e9c126fc1955201579
2016-07-13 12:05:22 +01:00
Carsten "Tomcat" Book
a011ebf927
Merge mozilla-central to fx-team
2016-07-16 10:13:59 +02:00
Carsten "Tomcat" Book
267f8cacf9
Backed out changeset 4d4289b95a79 (bug 1275591) for causing m-2 Windows 8 x64 opt perma failures in test_bug659071.html
2016-07-16 10:11:48 +02:00
Carsten "Tomcat" Book
0f6e33eb43
Merge mozilla-central to mozilla-inbound on a CLOSED TREE
2016-07-15 16:16:45 +02:00
Carsten "Tomcat" Book
ea82d775d8
merge mozilla-inbound to mozilla-central on a CLOSED TREE a=merge
2016-07-15 16:15:33 +02:00
Carsten "Tomcat" Book
9ba6fd1d48
merge fx-team to mozilla-central on a CLOSED TREE
2016-07-15 16:13:58 +02:00
Allasso Travesser
f5545cdfb4
Bug 1285789 - Implement TabBrowserCreated event. r=dao
...
--HG--
extra : rebase_source : 23ce02dddc6e4be01ab034735df2b9ed0d3ac3a7
2016-07-15 16:10:27 +02:00
Dão Gottwald
cb9d4582fa
Bug 334578 - Make the gradient in the background of the prev/next buttons less strong to better integrate with dark themes. r=jaws
...
--HG--
extra : rebase_source : 5c8aa6b46c4b12884dbeaf2a4ec29df990bb58f5
2016-07-15 12:20:55 +02:00
Wes Kocher
6672e5c1f9
Backed out changeset 453c308dcab1 (bug 1259819) for devtools bustage CLOSED TREE
2016-07-14 12:54:41 -07:00
Terrence Cole
c31f0a3dfe
Bug 1286244 - Allow OMT parse to work when the pre-barrier verifier is running; r=sfink
2016-07-14 12:29:23 -07:00
Tim Nguyen
0fba68f1dc
Bug 1286872
- followup: move back --tool-options-image to toolbars.css to avoid disappearing icons. r=me
...
MozReview-Commit-ID: 8PKDa7BO5v4
2016-07-14 19:29:27 +02:00
Andrew Comminos
d9fce16879
Bug 1285561 - Refactor surface blitting on X11. r=jrmuizel
...
MozReview-Commit-ID: LHbVK8SYGSJ
2016-07-14 10:11:46 -04:00
Ben Hearsum
5582f3e183
Backout bug 1275911 now that we're done testing the new Balrog environment. r=me
2016-07-14 08:56:10 -04:00
Carsten "Tomcat" Book
4bb09b24d7
Backed out changeset f1c5f34ad31b (bug 1279992) for memory leaks
...
--HG--
extra : rebase_source : 18440be1dfba7d2abe160e7329aba1d741471c07
2016-07-14 14:46:33 +02:00
Jon Coppeard
2f4cfa307f
Bug 1286506 - Be more cautious about shrinking the nursery r=terrence
2016-07-14 13:10:55 +01:00
Jon Coppeard
c7887e5263
Bug 1212356 - Make IsAboutToBeFinalized check for finalization by incremental GC even within a minor GC r=terrence
2016-07-14 13:10:53 +01:00
Xidorn Quan
63da0d4ab2
Bug 1286719 - Turn bool flags in nsDocShell into bit fields. r=bz
...
Two bools are not converted because they are used with AutoRestore.
MozReview-Commit-ID: AjU61eiMtlQ
--HG--
extra : rebase_source : d1706adc6f14a1a93d1461dd22df0a95043fcca4
2016-07-14 10:47:39 +10:00
Kris Maglione
63c5aef93a
Bug 1272222: Use larger icons for browser actions in the menu panel. r=Gijs
...
MozReview-Commit-ID: 26lmlcrngPk
--HG--
extra : rebase_source : b9d6bfb7669d3cb826ccaa6728e153ad3e3b2b8b
2016-07-13 15:16:00 -07:00
Wes Kocher
f1c8c320a4
Merge m-c to fx-team a=merge CLOSED TREE
2016-07-15 17:00:50 -07:00
Ryan VanderMeulen
48149b87d1
Backed out changesets 48d6706662c0, 53236b4393f2, and 9125083b8dfe (bug 1268912, bug 1244597
) for test_clients_engine.js perma-timeouts.
...
CLOSED TREE
--HG--
extra : amend_source : bfa17aa47bbb5d5e7f51f467fcae24d082b2989f
extra : histedit_source : 4db9a64c9d9704f9aecb65e213e05566d91a5847%2C5b92529a8a7fdff1f8d319c8208f0cb525a716eb
2016-07-15 19:48:14 -04:00
Ryan VanderMeulen
ceff64c9ef
Bug 1244597
- Fix quotes to make browser_misused_characters_in_strings.js happy. a=orange
2016-07-15 18:21:20 -04:00
Xidorn Quan
41183dd2dc
Bug 1287069 - Add --disable-e10s for mach run. r=gps, a=KWierso
...
MozReview-Commit-ID: 2rIEsYwxZj5
--HG--
extra : amend_source : a9ce0e812cf1fb43641e8bb6a608806a383210f9
extra : transplant_source : %EA%97%EC%EC%7Dc%E9%3C%01%93%A4%3F%95X%864R/%1B%96
2016-07-15 20:20:49 +10:00
Ryan VanderMeulen
8505ca4658
Bug 1287211 - Update pdf.js to version 1.5.337. r=bdahl
...
--HG--
extra : amend_source : 3af7ce88862dd7d90519da4b5ccfcbaacc33ce58
2016-07-15 17:44:34 -04:00
Ruturaj Vartak
cb9820838f
Bug 1285747 - Replace magnifying-glass-*.png with search.svg r=ntim
...
MozReview-Commit-ID: 8Mpolesv2XU
2016-07-13 21:53:00 +02:00