Gabriel Luong
d7d3158d2b
Bug 1342305 - Refactor grid inspector into its own grids folder. r=jdescottes
...
--HG--
rename : devtools/client/inspector/layout/actions/grids.js => devtools/client/inspector/grids/actions/grids.js
rename : devtools/client/inspector/layout/actions/highlighter-settings.js => devtools/client/inspector/grids/actions/highlighter-settings.js
rename : devtools/client/inspector/layout/actions/index.js => devtools/client/inspector/grids/actions/index.js
rename : devtools/client/inspector/layout/actions/moz.build => devtools/client/inspector/grids/actions/moz.build
rename : devtools/client/inspector/layout/components/Grid.js => devtools/client/inspector/grids/components/Grid.js
rename : devtools/client/inspector/layout/components/GridDisplaySettings.js => devtools/client/inspector/grids/components/GridDisplaySettings.js
rename : devtools/client/inspector/layout/components/GridItem.js => devtools/client/inspector/grids/components/GridItem.js
rename : devtools/client/inspector/layout/components/GridList.js => devtools/client/inspector/grids/components/GridList.js
rename : devtools/client/inspector/layout/components/GridOutline.js => devtools/client/inspector/grids/components/GridOutline.js
rename : devtools/client/inspector/layout/reducers/grids.js => devtools/client/inspector/grids/reducers/grids.js
rename : devtools/client/inspector/layout/reducers/highlighter-settings.js => devtools/client/inspector/grids/reducers/highlighter-settings.js
rename : devtools/client/inspector/layout/reducers/moz.build => devtools/client/inspector/grids/reducers/moz.build
rename : devtools/client/inspector/layout/types.js => devtools/client/inspector/grids/types.js
rename : devtools/client/inspector/layout/utils/l10n.js => devtools/client/inspector/grids/utils/l10n.js
rename : devtools/client/inspector/layout/utils/moz.build => devtools/client/inspector/grids/utils/moz.build
2017-02-24 14:14:04 -05:00
Micah Tigley
7e265d8203
Bug 1337235 - Mouseover interaction for grid outline. r=gl
...
MozReview-Commit-ID: 4qZfle2lDMZ
2017-02-25 23:42:45 -07:00
Tooru Fujisawa
bb44116931
Bug 1329113
- Use PropertyIteratorObject* in AutoCloseIterator. r=sfink
2017-03-01 13:34:45 +09:00
Tooru Fujisawa
8d91d7841a
Bug 1342634 - Use --optimize/--no-optimize style in autospider.py r=sfink
2017-03-01 13:34:45 +09:00
Tooru Fujisawa
822174c52d
Bug 1319638 - Part 2: Change line number of a function created by Function constructor to start from 1. r=shu
2017-03-01 13:34:45 +09:00
Tooru Fujisawa
08269d8e38
Bug 1319638 - Part 1: Use Function+eval in require() in worker. r=Yoric
2017-03-01 13:34:45 +09:00
Kyle Machulis
265309cd59
Bug 1343337 - Remove IsDispatchReliable check from AbstractThread; r=bholley
...
MozReview-Commit-ID: JxnyAZpzIcV
2017-02-28 20:34:37 -08:00
Kyle Machulis
27b05c3ae5
Bug 1343335 - Add asserts to check for null AbstractThread targets in MozPromise; r=bholley
...
AbstractThread::GetCurrent() can return null if a thread isn't a
default AbstractThread (MainThread, etc). This doesn't get caught in
MozPromise until we try to check for reliability of dispatching on the
thread. Adding asserts to make things clearer on crashes.
MozReview-Commit-ID: AQJwpdTUiHZ
2017-02-28 20:34:37 -08:00
Randell Jesup
6f01cb08c1
Bug 1342732: Adjust ANY11P16 r=sotaro
...
MozReview-Commit-ID: ARnj1K5o2LM
2017-02-28 23:31:47 -05:00
Randell Jesup
b4b1d2146e
Bug 1342730: clean up MipsCpuCaps r=sotaro
...
MozReview-Commit-ID: 2EwQHcN8gfF
2017-02-28 23:20:50 -05:00
Lee Salzman
cebf845be0
Bug 1342571 - fix MaxStrokeExtents to account for partial pixel coverage properly. r=mstange
...
MozReview-Commit-ID: DS25AJKoVYo
2017-02-28 15:48:04 -05:00
Lee Salzman
4dfd1b6ac1
Bug 1342571 - shrink dashed DrawTargetSkia::StrokeRect where possible. r=mstange
...
MozReview-Commit-ID: 7vu9j8jCwQn
2017-02-28 15:47:46 -05:00
Ben Kelly
c834f9ba25
Bug 1266747 P4 Add a WPT test validating Clients.matchAll() result order. a=smaug
2017-02-28 22:12:28 -05:00
Ben Kelly
d03573312b
Bug 1266747 P3 Sort output of Clients.matchAll(). r=smaug
2017-02-28 22:12:27 -05:00
Ben Kelly
68348a54d1
Bug 1266747 P2 Track last focus time on ServiceWorkerClient. r=smaug
2017-02-28 22:12:27 -05:00
Ben Kelly
763b8b1bcd
Bug 1266747 P1 Track the last focus time on the nsIDocument. r=smaug
2017-02-28 22:12:27 -05:00
Wes Kocher
c12df814fe
Backed out 2 changesets (bug 1298823) for fetch/request failures a=backout
...
Backed out changeset f2606ea1b31d (bug 1298823)
Backed out changeset 7a11dda7af71 (bug 1298823)
MozReview-Commit-ID: C3488SlyhiX
2017-02-28 17:53:30 -08:00
Wes Kocher
63a80f0589
Backed out 2 changesets (bug 1341678) under suspicion of causing wpt failures in test_fetch_event.html a=backout
...
Backed out changeset 87ea3256dd8b (bug 1341678)
Backed out changeset ccc9257cda4d (bug 1341678)
MozReview-Commit-ID: KqHfX6DZuwf
2017-02-28 17:10:23 -08:00
Andrea Marchesini
7ac5d3b042
Bug 1298823 - Make Request constructor throw less often, r=me, CLOSED TREE
2017-02-28 19:53:27 +01:00
Wes Kocher
798552e5c8
Bug 1343144 - Followup to make flake8 happy a=bustage CLOSED TREE
...
MozReview-Commit-ID: 4FwSar2LFvU
2017-02-28 15:19:29 -08:00
Wes Kocher
b607cc0aca
Backed out changeset b8fb83d1d851 (bug 1342851) for xpcshell bustage a=backout CLOSED TREE
...
MozReview-Commit-ID: D9CBN8ObvsD
2017-02-28 15:18:00 -08:00
Bob Owen
8d80080897
Bug 1342395: Unwrap aPattern in DrawTargetRecording::FillGlyphs when calling wrapped DrawTarget. r=jrmuizel
2017-02-28 18:02:23 +00:00
Aki Sasaki
bdc6471097
bug 1343144 - use nightly beetmover on beta and release. r=mtabara a=release
...
MozReview-Commit-ID: GrWWYvWRpnj
--HG--
extra : rebase_source : 88235c33958c56038aa096510246e5eada84375b
2017-02-28 09:30:48 -08:00
Sebastian Hengst
a0902d9855
Backed out changeset d19ad1c1c214 (bug 1266747) for failing dom/workers/test/serviceworkers/test_claim.html. r=backout
2017-02-28 18:56:14 +01:00
Sebastian Hengst
4a1eb5e2a6
Backed out changeset e54c8d21e4c1 (bug 1266747)
2017-02-28 18:54:24 +01:00
Sebastian Hengst
78abfe9e2f
Backed out changeset 274999e28c07 (bug 1266747)
2017-02-28 18:54:20 +01:00
Sebastian Hengst
d41395acab
Backed out changeset b53d88cb7099 (bug 1266747)
2017-02-28 18:54:15 +01:00
Mats Palmgren
e8c6fd3388
Bug 1342801 - Store the 'writing-mode' used value on nsIFrame and make GetWritingMode non-virtual. r=jfkthame
...
MozReview-Commit-ID: HPhuxjDbOdh
2017-02-28 18:58:30 +01:00
Andrea Marchesini
f4d88a4bee
Bug 1298823 - Make Request constructor throw less often, r=qdot
2017-02-28 18:53:53 +01:00
Boris Zbarsky
d2afbdd254
Bug 1342197 part 4. Move GetSelectionRange from nsTextControlFrame to the editor state. r=ehsan
...
At this point, all this method does is ensure editor initialization and then ask
the editor state for various information. Let's cut out the middleman.
MozReview-Commit-ID: p491umScJO
2017-02-28 12:41:37 -05:00
Boris Zbarsky
e8df2552ae
Bug 1342197 part 3. Speed up nsContentUtils::GetSelectionInTextControl a bit by removing some refcounting and virtual calls. r=ehsan
...
MozReview-Commit-ID: GuBVki5QFwz
2017-02-28 12:41:37 -05:00
Boris Zbarsky
5649e18813
Bug 1342197 part 2. Use nsITextControlElement::GetRootEditorNode to get the root editor node in nsTextControlFrame::GetSelectionRange. r=ehsan
...
MozReview-Commit-ID: 7ncJVNVGF78
2017-02-28 12:41:37 -05:00
Boris Zbarsky
12dc2641c8
Bug 1342197 part 1. Change nsITextControlElement::GetRootEditorNode to return Element*. r=ehsan
...
MozReview-Commit-ID: BmTw3rAzCuc
2017-02-28 12:41:37 -05:00
Boris Zbarsky
445459b942
Bug 1342513. Set up a scripted caller override in AutoEntryScript. r=bholley
...
Otherwise if we have no explicit incumbent script we can end up getting an
incumbent off the script stack _above_ the AutoEntryScript, which is wrong.
MozReview-Commit-ID: LG3540tgRQ
2017-02-28 12:41:35 -05:00
Ben Kelly
5734aad9a1
Bug 1341678 P2 Update wpt test expectations now that we don't assert. r=asuth
2017-02-28 11:48:48 -05:00
Ben Kelly
895f116b72
Bug 1341678 P1 Make Request::Constructor() expect over-writing a copied body with an initializer. r=asuth
2017-02-28 11:48:48 -05:00
Mark Hammond
25abcb5596
Bug 1342851 - record the last-modified time of a Sync client record. r=rnewman
...
MozReview-Commit-ID: 2jtCsl3sy3X
--HG--
extra : rebase_source : 13d1324f3be41f8f020c0978b8b1077ce0fdea6a
2017-02-27 12:44:12 +11:00
Stone Shih
f3b56f1a20
Bug 1340085 - [Pointer Event] Stop firing pointer events after firing eTouchCancel. f=smaug. r=kats
...
--HG--
extra : rebase_source : 95539f13dd0316cb4c01382a4c0213b00dcb64b0
2017-02-16 15:05:09 +08:00
Jan Odvarko
da577361e9
Bug 1323454 - integrate HTTP Status code with MDN; r=Honza
...
MozReview-Commit-ID: 8DaFUZhEobr
--HG--
extra : rebase_source : 90c6d823cbe1fae4ba0e73b96760070783afd7c0
2017-02-27 18:26:44 +01:00
André Bargull
0fa1b47441
Bug 1050755: Allow to call Date.UTC with fewer than two arguments per ES2017. r=shu
...
--HG--
extra : rebase_source : 22adaa402fd624259702d2c05810cc0858dbd75f
2017-02-27 13:22:45 -08:00
Valentin Gosu
d96e9dfb7a
Bug 1340486 - Add licence header r=me DONTBUILD
...
MozReview-Commit-ID: F9qYkEpxXEd
2017-02-28 17:07:09 +01:00
Ben Kelly
614509354d
Bug 1266747 P4 Add a WPT test validating Clients.matchAll() result order. a=smaug
2017-02-28 10:48:52 -05:00
Ben Kelly
b019e8eace
Bug 1266747 P3 Sort output of Clients.matchAll(). r=smaug
2017-02-28 10:48:51 -05:00
Ben Kelly
21c36b41bf
Bug 1266747 P2 Track last focus time on ServiceWorkerClient. r=smaug
2017-02-28 10:48:51 -05:00
Ben Kelly
bab13d406b
Bug 1266747 P1 Track the last focus time on the nsIDocument. r=smaug
2017-02-28 10:48:51 -05:00
Mats Palmgren
4d02b8997a
Bug 1340138. r=smaug
...
MozReview-Commit-ID: HoTn7hfCiSC
2017-02-28 16:41:08 +01:00
Geoff Brown
1c96928106
Bug 1300017 - Skip crashtest 373122-1.html except on osx, for intermittent leaks; r=jmaher
2017-02-28 08:13:11 -07:00
Ehsan Akhgari
0fea8eec91
Bug 1342720 - Optimize away the cost of creating and destroying nsBidi from CanvasRenderingContext2D::DrawOrMeasureText(); r=baku
...
The ICU implementation of ~nsBidi is particularly expensive because
it calls free() several times.
2017-02-28 09:13:48 -05:00
Franziskus Kiefer
0c87943561
Bug 1334127 - land NSS 6511e19a2c6c, r=me
...
--HG--
extra : rebase_source : 966e28d8676669276d9fd01d47315c5cafa4ee24
2017-02-28 13:52:02 +01:00
Carsten "Tomcat" Book
24bb9f3ffe
Merge mozilla-central to mozilla-inbound
2017-02-28 13:03:04 +01:00