Nathan Watson
1605552221
Bug 1434262 - Remove PlacesTestUtils.clearHistory() r=mak
...
MozReview-Commit-ID: In2RaM0LBsc
--HG--
extra : rebase_source : 0cb5dc65a53bfa384b93fb2a8c2af67ad9d3fe1c
2018-01-31 22:03:05 -08:00
Andrea Marchesini
6bfb120a59
Bug 1371699 - Correct canceling of the AsyncWait() callback in NonBlockingAsyncInputStream, r=froydnj
2018-01-31 16:45:21 +01:00
Andrea Marchesini
1126b00aed
Bug 1405974 - NonBlockingAsyncInputStream must take the ownership of the underlying stream, r=qdot
2018-01-31 16:45:20 +01:00
Andrea Marchesini
5fb7a2ddb1
Bug 1371699 - NonBlockingAsyncInputStream::ReadSegments passes the correct stream to the writer callback, r=froydnj
2018-01-31 16:45:20 +01:00
Andrea Marchesini
ea1acf8681
Bug 1371699 - gtest for NonBlockingAsyncInputStream, r=froydnj
2018-01-31 16:45:20 +01:00
Andrea Marchesini
67fac604a1
Bug 1371699 - Use of NonBlockingAsyncInputStream in our code base, r=froydnj
2018-01-31 16:45:20 +01:00
Andrea Marchesini
890628437c
Bug 1371699 - Implement NonBlockingAsyncInputStream - nsIAsyncInputStream wrapper for non-blocking non-async streams, r=froydnj
2018-01-31 16:45:20 +01:00
Andrea Marchesini
806d5dbc75
Bug 1434884 - WebVTT parser must be able to deal with partial lines, r=rillian
2018-02-08 11:45:06 +01:00
shindli
4385887a29
Merge mozilla-central to inbound. a=merge CLOSED TREE
2018-02-08 12:14:16 +02:00
shindli
a5abf843f8
Merge inbound to mozilla-central. a=merge
2018-02-08 12:04:26 +02:00
shindli
cc35095901
Merge autoland to mozilla-central. a=merge
2018-02-08 12:02:53 +02:00
Bob Owen
27e71ca989
Bug 1379117 Part 2: Remove some deprecated PrintUtils functions. r=jwatt
...
I noticed these while looking for other things that were gettting an
nsIWebBrowserPrint for print preview. I think these must have been left for
legacy addons and they don't seem to be used, so I think they can go.
2018-02-08 08:59:20 +00:00
Bob Owen
b3ae9277a2
Bug 1379117 Part 1: MOZ_ASSERT when not retrieving nsIWebBrowserPrint through docshell for Print Preview. r=jwatt
...
Changing the last retrieval of the nsIWebBrowserPrint in
printpreview_bug396024_helper.xul caused problems because doing it via the
docshell interrupts the load that triggers run5.
So, I moved the test to run5, which is more consistent with run2 and run3.
I then realised that the frames would have switched anyway, so I changed it to
retrieve frame[0] for the last test, which I think makes more sense.
It's not totally clear to me what this was testing originally or whether it
continued to do so after the addition of the second iframe a long time ago.
2018-02-08 08:59:20 +00:00
Andrea Marchesini
94e0ff94f0
Bug 1435196 - Move the webidl binding interfaces out of WorkerPrivate - part 3 - Comments, r=bkelly
2018-02-08 08:26:05 +01:00
Andrea Marchesini
98695bed21
Bug 1435196 - Move the webidl binding interfaces out of WorkerPrivate - part 2 - Tests, r=bkelly
2018-02-08 08:26:05 +01:00
Andrea Marchesini
f6957bfded
Bug 1435196 - Move the webidl binding interfaces out of WorkerPrivate - part 1 - WebIDL bindings, r=bkelly
2018-02-08 08:26:05 +01:00
ffxbld
e3330cdba4
No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update
2018-02-07 21:47:26 -08:00
ffxbld
27f33391a6
No bug, Automated HSTS preload list update from host bld-linux64-spot-302 - a=hsts-update
2018-02-07 21:47:22 -08:00
Patrick Brosset
40fbce0fbf
Bug 1436343 - Simplified the font inspector's CSS; r=gl
...
MozReview-Commit-ID: CcvkW8NGh9L
--HG--
extra : rebase_source : f8f2c4623c7503af9e8929ee81ed9106390ec897
2018-02-07 23:07:19 +01:00
Ciure Andrei
cda04ea11e
Merge inbound to mozilla-central. a=merge
2018-02-08 00:05:57 +02:00
Paolo Amadini
d6977c62c9
Bug 1428930 - Move some XBL accessibility roles into XULMap.h. r=bgrins,surkov
...
MozReview-Commit-ID: Iye8XoQ7neq
--HG--
extra : rebase_source : e9101e02cdf30489eda8867cbf6784eeb923e47d
2018-02-07 13:23:53 +00:00
Jonathan Kew
c394463ec3
Bug 1436362
- Remove outdated code from when the font-feature-settings and font-language-override descriptors were -moz-prefixed. r=jwatt
2018-02-08 08:49:06 +00:00
Andrea Marchesini
0c305c1eaa
Bug 1435263 - Get rid of WorkerPrivateParent template - part 18 - private/public sections, r=bkelly
2018-02-08 09:33:34 +01:00
Andrea Marchesini
5211065bf5
Bug 1435263 - Get rid of WorkerPrivateParent template - part 17 - WorkerPrivateParent, r=bkelly
2018-02-08 09:33:34 +01:00
Andrea Marchesini
9241a14957
Bug 1435263 - Get rid of WorkerPrivateParent template - part 16 - Dispatch methods, r=bkelly
2018-02-08 09:33:34 +01:00
Andrea Marchesini
5deb3ddc49
Bug 1435263 - Get rid of WorkerPrivateParent template - part 15 - update methods, r=bkelly
2018-02-08 09:33:34 +01:00
Andrea Marchesini
e898847369
Bug 1435263 - Get rid of WorkerPrivateParent template - part 14 - MaybeWrapAsWorkerRunnable and ProxyReleaseMainThreadObjects, r=bkelly
2018-02-08 09:33:34 +01:00
Andrea Marchesini
67ce33a460
Bug 1435263 - Get rid of WorkerPrivateParent template - part 13 - Start/Close/Kill/Terminate, r=bkelly
2018-02-08 09:33:34 +01:00
Andrea Marchesini
80346a9dd6
Bug 1435263 - Get rid of WorkerPrivateParent template - part 12 - Freeze/Thaw, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
bc2868d467
Bug 1435263 - Get rid of WorkerPrivateParent template - part 11 - Debugger, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
dc6e77233b
Bug 1435263 - Get rid of WorkerPrivateParent template - part 10 - PreStartRunnables, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
329cf111f1
Bug 1435263 - Get rid of WorkerPrivateParent template - part 9 - SharedWorkers, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
021d8073d5
Bug 1435263 - Get rid of WorkerPrivateParent template - part 8 - QueueRunnables, ParentWindowPauseDepth, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
1a9bd2a590
Bug 1435263 - Get rid of WorkerPrivateParent template - part 7 - WorkerType, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
d10bc7b6cb
Bug 1435263 - Get rid of WorkerPrivateParent template - part 6 - ScriptURL and WorkerName, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
707fce6000
Bug 1435263 - Get rid of WorkerPrivateParent template - part 5 - mParent, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
cbee166ef4
Bug 1435263 - Get rid of WorkerPrivateParent template - part 4 - LoadInfo, JSSettings, ParentFrozen, IsSecureContext and IsChromeWorker, r=bkelly
2018-02-08 09:33:33 +01:00
Andrea Marchesini
d4eb2f7f98
Bug 1435263 - Get rid of WorkerPrivateParent template - part 3 - creation time, r=bkelly
2018-02-08 09:33:32 +01:00
Andrea Marchesini
5f3cee24f1
Bug 1435263 - Get rid of WorkerPrivateParent template - part 2 - mMainThreadObjectsForgotten, r=bkelly
2018-02-08 09:33:32 +01:00
Andrea Marchesini
6c62c6ebec
Bug 1435263 - Get rid of WorkerPrivateParent template - part 1 - BusyCount and ParentStatus, r=bkelly
2018-02-08 09:33:32 +01:00
Andrea Marchesini
2dfbe16467
Bug 1435263 - Get rid of WorkerPrivateParent template - part 0 - WorkerPrivate::EventTarget, r=bkelly
2018-02-08 09:33:32 +01:00
Makoto Kato
6e437ccf06
Bug 1436272 - Move noscript methods in nsIEditor to EditorBase. r=masayuki
...
Since We can use EditorBase/TextEditor/HTMLEditor directly, we can
movei noscript methods in nsIEditor to each class.
Also, Init is unnecessary to use nsIDOMDocument and nsIContent since method
isn't in IDL. And some methods are unused now.
MozReview-Commit-ID: D3B6oSlcT0L
--HG--
extra : rebase_source : 6cab2e6e7b4ba8cfb56d8320be24ca4afcbe55fb
extra : amend_source : 1d8c59086a9158a49dd270b64ecf8341ed4002ce
2018-02-07 15:28:04 +09:00
Nick Thomas
663c59e840
Bug 1435638 - Use ssh to clone partner repack manifests, r=bhearsum DONTBUILD
2018-02-08 15:24:50 +13:00
Nicholas Nethercote
b001a7cd81
Bug 1435942 - Fix buggy getters in Preferences.h. r=glandium
...
They currently fail to pass on `aKind`, always getting the user value (when
possible). There are three callsites that are affected:
- nsSHistory::Startup, docshell/shistory/nsSHistory.cpp.
- FeatureState::SetDefaultFromPref(), in gfx/config/gfxFeature.cpp.
- gfxPlatform::InitOMTPConfig(), in gfx/thebes/gfxPlatform.cpp.
The patch also adds a gtest that would have failed prior to the fix.
MozReview-Commit-ID: L0U1XQmPUFc
--HG--
extra : rebase_source : d51d09836609c5a45d0b9f20570427681d8b3309
2018-02-07 09:11:11 +11:00
David Parks
a14e9905f0
Bug 1436253 - Fix NPAPI FunctionBroker condition variable concurrency issues. r=aklotz
...
The Monitor's Wait call is subject to spurious waking and needed a condition guard (I just use a boolean) to detect if it should not have been awakened. Additionally, the ok value was being assigned after the Notify, despite it no longer being valid on this thread.
2018-02-06 21:35:44 -08:00
Sean Stangl
84f063a3fb
Bug 1435146
- Import VIXL PreShiftImmMode for MoveImmediate. r=lth
2018-02-06 15:11:00 -05:00
Gabriele Svelto
17611e974c
Bug 1100988 - Remove useless observer parameter in nsIPrintingPromptService.showPageSetup(); r=mconley
...
MozReview-Commit-ID: IpkwVR4YpO4
--HG--
extra : rebase_source : e7ae21d3a1dece1e4fbb49f1b54345fb12492b46
2018-02-05 11:11:50 +01:00
Emilio Cobos Álvarez
a1c4508524
Bug 1436394: Move selectors and css-scoping WPT tests to CSS Parsing and Computation. r=jgraham
...
There's nothing CSSOM-specific in them.
MozReview-Commit-ID: Ft5j7MNVlOp
--HG--
extra : rebase_source : 3c2d2c42a53ad82f4a6d3721301f1af5d92cc0d7
2018-02-07 17:05:37 +01:00
Brad Werth
a90f20811d
Bug 1418930 Part 7: Change a web platform test to PASS. r=emilio
...
MozReview-Commit-ID: 69EsrXNoKFz
--HG--
extra : rebase_source : 3d918f014b915bb665aeaf300fa4e9125b7ee8d6
2018-02-05 09:38:33 -08:00
Jeff Walden
0e77ce073b
Bug 1435484
- Split the integer-overflow blacklist into two blacklists, one for signed integer overflow and one for unsigned integer overflow, and rename both configure flags to be clearer. r=decoder, r=froydnj
...
--HG--
rename : build/sanitizers/ubsan_blacklist_int.txt => build/sanitizers/ubsan_signed_overflow_blacklist.txt
rename : build/sanitizers/ubsan_blacklist_int.txt => build/sanitizers/ubsan_unsigned_overflow_blacklist.txt
2018-02-02 21:25:31 -08:00