Timothy Nikkel
4932973dce
Bug 1251742. Avoid overflow in computing area of surface sizes in SurfaceCache. r=dholbert
...
http://hg.mozilla.org/mozilla-central/rev/9727cdebb2ee (bug 1228314) fixed the first instance of this, but missed the next two for some reason.
2016-02-26 17:13:59 -06:00
Timothy Nikkel
33ee000842
Bug 1251082. Restore comments in PageTransitionEvent.webidl that got lost when nsIDOMPageTransitionEvent.idl was migrated to webidl. r=bz
...
The mentioned migration happened in http://hg.mozilla.org/mozilla-central/rev/e6377ca32f3d from bug 1031051.
This the only documentation of the aPersisted parameter of nsIDocument::OnPageShow.
2016-02-26 17:13:59 -06:00
Kyle Huey
895ac68292
Bug 1251498: Remove a test that mach automagically added without consulting me on this CLOSED TREE.
2016-02-26 14:52:54 -08:00
Henrik Skupin
05140212aa
Bug 1237550 - Add Taskcluster tasks for Firefox UI functional tests. r=ahal
...
MozReview-Commit-ID: HKhppWpxemj
2016-02-23 18:36:05 +01:00
Mike Taylor
9b51c584b1
Bug 1247796. Use keyboardFocusIndicatorColor for ActiveBorder system color keyword. r=mstange
...
This matches what Safari and Chrome do on Mac.
2016-02-26 16:30:52 -06:00
Joel Maher
2adb999198
Bug 1251373 - Remove moz payment API support. r=Margaret
...
MozReview-Commit-ID: IW63XQDyB16
2016-02-25 13:08:50 -08:00
Kyle Huey
895e73cb89
Bug 1251498: Implement IDBKeyRange.includes(). r=baku
2016-02-26 13:58:47 -08:00
Wes Kocher
e9e5273f22
Backed out 2 changesets (bug 1248459) for test_imestate.html failures in mochitest-chrome-3 runs
...
Backed out changeset 62d7f81e434a (bug 1248459)
Backed out changeset 6aeedf17f577 (bug 1248459)
MozReview-Commit-ID: 10008f0KqYP
2016-02-26 13:51:56 -08:00
Olli Pettay
69605a3f4f
Bug 1212116, dispatch wheel events on disabled form controls, r=bz
2016-02-26 23:04:34 +02:00
Ehsan Akhgari
17746eca90
Bug 1251587 - Add Windows support to the clang plugin; r=jrmuizel
2016-02-26 16:14:12 -05:00
Geoff Brown
a0e002f1a8
Bug 1246797 - Use new AVD for Android 4.3 (increase screen width to 800); r=me
2016-02-26 14:01:12 -07:00
Geoff Brown
3766e67fb8
Bug 1246797 - Avoid some new reftest failures on Android 4.3 with new AVD; r=kats
2016-02-26 14:01:12 -07:00
Geoff Brown
3e76179484
Bug 1146693 - Enable some layout/reftests/bugs tests on Android 4.3; r=me
2016-02-26 14:01:11 -07:00
Geoff Brown
cd03d85725
Bug 1146690 - Enable layout/reftests/margin-collapsing/block-float-1b.html on Android 4.3; r=me
2016-02-26 14:01:11 -07:00
Geoff Brown
3ffdeaa91b
Bug 1248817 - Make test_domwindowutils.html more forgiving of coordinate rounding; r=ochameau
2016-02-26 14:01:11 -07:00
Andrew Halberstadt
12720e7ec2
Bug 1250616 - Sign mozscreenshots extension for mochitest, r=MattN
...
For details on extensions in automation and signing, see
https://wiki.mozilla.org/EngineeringProductivity/HowTo/SignExtensions
MozReview-Commit-ID: HNJq2VlY9KX
2016-02-24 14:07:58 -05:00
James Willcox
971791b2bb
Bug 1247399 - Put r7 in clobber registers for breakpad's sys_clone() r=glandium
2016-02-26 14:50:39 -06:00
Jan-Ivar Bruaroey
7026e4ab88
Bug 1251357 - fix regression where last MediaStreamTrack.stop did not turn off the camera light. r=jesup
...
MozReview-Commit-ID: DvDBKscIjnp
2016-02-26 12:26:47 -05:00
Steve Fink
83953aa278
Bug 1243231
- Enable linux64-mulet-haz on main trees to take over from linux64-b2g-haz, r=garndt
2016-02-25 14:15:51 -08:00
Wes Kocher
a7eef63c32
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: Aab5zU7Kd3X
2016-02-26 12:38:33 -08:00
Wes Kocher
dfb02515b1
Backed out changeset b88648a41ed2 (bug 1245891) for talos timeouts
...
MozReview-Commit-ID: BxDPXC2rA4m
2016-02-26 12:29:03 -08:00
Boris Zbarsky
b10d52b801
Bug 1251369. Use an AutoJSAPI that reports its own exceptions around the main runloop in workers. r=khuey
...
The silly leading ": " on the error messages is due to bug 1251518
.
2016-02-26 15:23:13 -05:00
Boris Zbarsky
de423f8df2
Bug 1251311. JS::DescribeScriptedCaller can't throw JS exceptions. Adjust some callers accordingly. r=khuey
2016-02-26 15:23:13 -05:00
Boris Zbarsky
a370cf51be
Bug 1251275. Switch to using an AutoEntryScript in WorkerPrivate::RunExpiredTimeouts. r=khuey
2016-02-26 15:23:13 -05:00
Boris Zbarsky
628f2aa01a
Bug 1251272. Remove the dead code in ReportErrorRunnable::ReportError that could fail, and make it infallible. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
638bc4732a
Bug 1251045 part 8. Remove the JSContext argument from some nsINotificationStorageCallback methods. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
cf37ed268e
Bug 1251045 part 7. Remove the JSContext argument from some worker methods that no longer need it. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
06926fe9f8
Bug 1251045 part 6. Remove the JSContext argument from some worker debugger methods that no longer need it. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
016f96d293
Bug 1251045 part 5. Remove the JSContext argument from WorkerPrivateParent::Freeze/Thaw. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
ccb456068f
Bug 1251045 part 4. Remove the JSContext argument of WorkerRunnable::Dispatch. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
33c31c3a9f
Bug 1251045 part 3. Remove the JSContext argument of WorkerRunnable::PostDispatch and its overrides. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
6dc1b5afd8
Bug 1251045 part 2. Remove the JSContext argument of ModifyBusyCountFromWorker. r=khuey
2016-02-26 15:23:12 -05:00
Boris Zbarsky
a473e8d86f
Bug 1251045 part 1. Make it possible to dispatch a ModifyBusyCountRunnable without a JSContext. r=khuey
2016-02-26 15:23:11 -05:00
Wes Kocher
fda2ecf8ae
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: 9LaKI6lIClP
2016-02-26 12:19:25 -08:00
Wes Kocher
ec2cf24960
Backed out changeset 3eb7e82deef8 (bug 1251115) for android mask-composite-1b.html failures a=merge
...
MozReview-Commit-ID: HsTW97D6aSa
2016-02-26 10:06:22 -08:00
Patrick Brosset
4f5dcdfd2e
Bug 1242898 - Clean devtools/client/animationinspector of eslint errors; r=me
...
MozReview-Commit-ID: 8kRnACID8A6
2016-02-26 12:55:57 +01:00
Jon Coppeard
bb02f58841
Bug 1248352 - Allow shell option parsing code to handle help text containing blank lines r=jandem
2016-02-26 11:04:15 +00:00
Jon Coppeard
566a230738
Bug 1251090 - Shell functions should check whether an off main thread compilation is for a script or a module r=shu
2016-02-26 11:04:15 +00:00
Kai Engert
1f11d8252a
Bug 1245053, Upgrade Mozilla 47 to use NSS 3.23, land RC0, r=me
2016-02-26 11:23:11 +01:00
Rail Aliiev
ff41f4cf2b
Bug 1251533 - balrog release pusher should halt on failure r=jlund
...
MozReview-Commit-ID: 1hiVVSAGNIV
2016-02-25 23:34:43 -08:00
Mike Shal
43d710b721
Bug 1251447 - remove unused make_dirs config variable; r=jlund
...
MozReview-Commit-ID: 9W1MHy9xh5T
2016-02-25 18:06:20 -05:00
Andrew Swan
1732931a47
Bug 1251412 - use installTemporaryAddon for jetpack-addons tests r=mossop
...
MozReview-Commit-ID: Bd10uC4pEfP
2016-02-25 15:45:31 -08:00
Jim Chen
55c4e36335
Bug 1250314 - Let changes flush when committing or canceling composition; r=esawin
...
Flush IME changes when committing or canceling the composition, before
sending a notification, so that the Gecko and Java sides are on the same
page.
Also, use the GeckoEditableListener constants when calling notifyIME so
we don't rely on the Gecko platform constants having the same values as
our Java constants.
2016-02-26 14:38:57 -05:00
Jim Chen
540eae90a5
Bug 1248459 - Initialize finder when showing find bar; r=margaret
...
The finder component has a quirk that the first time it searches for a
string it may find text that's normally not included in the search
result (e.g. the placeholder text in an input element). I think rather
than fixing the quirk, which seems risky, it's better to work around it
by performing a fake dummy search when first showing the find bar. On
desktop, we also (I think unintentionally) perform a dummy search when
the find bar first appears.
2016-02-26 14:38:57 -05:00
Jim Chen
ec3494902d
Bug 1248459 - Add a test for querying out-of-bounds selection; r=masayuki
2016-02-26 14:38:57 -05:00
Jim Chen
c0bee73cfd
Bug 1248459 - Don't query out-of-bounds selection; r=masayuki
...
During a query selection event, fail if the selection is outside of the
editor's root content. This can happen if the placeholder text in an
input field is somehow selected. The placeholder is in a separate
element outside of the root content.
2016-02-26 14:38:57 -05:00
Andrew Halberstadt
762e778c5f
Bug 1251692 - Remove AddonListener after marionette_driver.addons.install, r=ato
...
MozReview-Commit-ID: G22HYxGJNXc
2016-02-26 14:01:29 -05:00
Giorgio Maone
3598a71e3a
Bug 1163862 - Switch to HTTP observer + support requestId & data: URIs + test fixes r=billm
...
MozReview-Commit-ID: 30nEXQpWEHg
2016-02-26 19:08:32 +01:00
Michael Layzell
f49e32052e
Bug 1234021 - Catch exceptions raised by storage.length in SessionStorage.jsm, r=mconley
2016-02-26 13:37:44 -05:00
Alexander Surkov
08d3ca130e
Bug 1251218 - add special TreeWalker constructor for children creation, r=marcoz
2016-02-26 13:29:27 -05:00