Kershaw Chang
aa2bd5ea05
Bug 1256595 - Add frameOuterWindowID in nsILoadInfo, r=billm
2016-06-27 02:42:00 +02:00
Gerald Squelart
b1735e2000
Bug 1280849 - Disable D3D11 for nvumdshim.dll 10.18.13.6822 - r=kentuckyfriedtakahe
...
MozReview-Commit-ID: BpAbB2xwDSo
--HG--
extra : rebase_source : 201f76c00698db06ee8678d22eb27ea59abbce16
2016-06-27 10:04:31 +10:00
Alessio Placitelli
b460cfd546
Bug 1233986 - Add test coverage. r=gfritzsche
...
MozReview-Commit-ID: 1Mi2ogNvy2o
2016-06-27 00:27:00 +02:00
Jan Keromnes
b57c44dc2d
Bug 1188981 - Show Push Service subscription endpoint URL for Service Workers in about:debugging. r=jryans
...
--HG--
extra : rebase_source : c8636b7a77d23eb0c6392dac41825f62dde00db8
2016-06-24 18:06:34 +00:00
Jan Keromnes
4bad6d5fc8
Bug 1188981 - Switch about:debugging tests to devtools shared-head. r=jryans
...
--HG--
extra : rebase_source : 6f14053f3c5d6ef7ee171a3bc071f11dd0f0c2cd
2016-06-24 18:06:34 +00:00
Alfredo Yang
b1e6bc8fcb
Bug 1282014: check duration when set seek target. r=jwwang
...
MozReview-Commit-ID: 9ktjaL07sFA
--HG--
extra : rebase_source : 3e80bf8f8b84bb022a3023a40235c14c900cd7bc
2016-06-24 16:00:45 +08:00
Hiroyuki Ikezoe
ee7fe17000
Bug 1275142 - Don't create animate SVG along with its parent element at the same time. r=birtles
...
If we create an animate SVG along with its parent, in rare cases,
the animation does not start in the first frame, i.e, it's the frame
that the animated element and its parent element are created. In such
cases, restyle for the animation is not observed in the first frame.
To avoid it, we need to create parent element in the first place,
then, append an animated element into the parent in the next frame.
MozReview-Commit-ID: 3GPDxX4cmkQ
--HG--
extra : rebase_source : 5cfa60deb3661df443ffd07c8e39d50752ab47f8
2016-06-27 10:57:27 +09:00
Morgan Phillips
6373bc5bf6
Bug 1280892
- Return false after reporting `IsNotFunction`; r=evilpie
...
--HG--
extra : rebase_source : 6f37441b74fe42f2e4c5d6a5122bc47cf676f715
2016-06-24 21:38:16 +01:00
Mantaroh Yoshinaga
5851645e70
Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r=birtles
...
MozReview-Commit-ID: 2alFixqDfNK
--HG--
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
extra : rebase_source : 07cf63b6a5ef7d8be566228a3d53fad0b0cfec03
2016-06-27 08:13:16 +09:00
Mantaroh Yoshinaga
2ef3f7a939
Bug 1267510 part 7 - Tidy up to document-timeline tests. r=birtles
...
MozReview-Commit-ID: DKlmsrKWF6K
--HG--
extra : rebase_source : 69ae7e0acff6155cb42ee16d3bc0465c928847ac
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
34329c9de8
Bug 1267510 part 6 - Add animation test of gecko dependent. r=birtles
...
MozReview-Commit-ID: 1ZnXUCECMiH
--HG--
extra : rebase_source : 8614f8416b005e9a8157427e6d31427461e4431f
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
3fb7e9954a
Bug 1267510 part 5 - Remove animation's w-p-f meta file associated DocumentTimeline. r=birtles
...
MozReview-Commit-ID: 8fLVmZ18fuq
--HG--
extra : rebase_source : 6efda1e797cf51c22aa452a02a518ed03b6d01ef
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
055d720954
Bug 1267510 part 4 - Modify WebIDL of DocumentTimeline. r=smaug
...
The specification of DocumentTimeline interface is as follow.
https://w3c.github.io/web-animations/#the-documenttimeline-interface
MozReview-Commit-ID: jmcJPiVK9i
--HG--
extra : rebase_source : 9ceb4cd2211fa08ee51742fbe659aba6864cff86
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
5b4de2dcff
Bug 1267510 part 3 - Add DocumentTimeline constructor. r=birtles
...
MozReview-Commit-ID: CqqDlHQsm0p
--HG--
extra : rebase_source : 6f6f4583ffa57a4375af62c64a76081902b1f361
2016-06-27 08:09:32 +09:00
Mantaroh Yoshinaga
a9ead4dd43
Bug 1267510 part 2 - Add origin time invariant to DocumentTimeline. r=birtles
...
MozReview-Commit-ID: Kf7PzzAH9Tj
--HG--
extra : rebase_source : 1cb1ff9f06c778d55f8a4a6beedccba946a31fbc
2016-06-27 08:09:31 +09:00
Mantaroh Yoshinaga
63ef5e7f82
Bug 1267510 part 1 - Add DocumentTimeline constructor tests. r=birtles
...
MozReview-Commit-ID: A6vSuodpWGQ
--HG--
extra : rebase_source : e6b1be52630b68e935f40e2ba85144f0523ce822
2016-06-27 08:09:07 +09:00
Xidorn Quan
62e1bfaf49
Bug 1220019 - Use Kaiti for cursive in Chinese. r=jtd
...
MozReview-Commit-ID: 5rFdKxTBoIK
--HG--
extra : source : f4b96180670d2cbeba68a702a4b5df4a4da297a6
extra : amend_source : c800ea86164de70538072ac2566f0da63747ba77
2016-06-27 09:01:06 +10:00
Josh Aas
fd9256f113
Bug 1257765 - Limit the length of notification strings to 5000 characters. r=spohl
...
--HG--
extra : amend_source : 1ef0cbff375e054a85c70bfbb53f2b76b65c33ff
2016-06-26 18:51:05 -04:00
Tom Tromey
92a3aa0df3
Bug 1264654
- Use DOMParser in devtools. r=bgrins
...
MozReview-Commit-ID: BB829YyUBh7
--HG--
extra : transplant_source : %1Fb%17%07%CA%EE%20%01%92%8A_%F4%C6%F1%27%8D%A1%8C%96%F4
2016-06-20 06:34:32 -06:00
Martin Giger
bc7ec4df3e
Bug 1282171 - Use setTimeout from parent window to throttle resizes. r=kmag
...
MozReview-Commit-ID: FsEjqfJKOUC
2016-06-25 00:06:56 +00:00
Phil Ringnalda
15ceb49e34
Merge m-c to f-t
2016-06-25 16:35:29 -07:00
Phil Ringnalda
98d7a9d9c5
Merge m-i to m-c, a=merge
2016-06-25 16:23:43 -07:00
Jan de Mooij
703e02d24b
Bug 1281529 followup - Don't call mallocSizeOf on a base class pointer. r=orange
...
--HG--
extra : rebase_source : c68fcc303356fbe1c7c10d9b5287a68bc251f6ef
2016-06-25 20:04:31 +02:00
J. Ryan Stinnett
0068c10f19
Bug 1240900 - Use outerWindowID directly from browser. r=ochameau
...
MozReview-Commit-ID: JuJNSScaJEs
2016-06-25 11:35:02 -05:00
J. Ryan Stinnett
10cd63b51b
Bug 1240900 - Connect primary browser UI to the viewport. r=ochameau
...
The primary browser navigational UI should now behave as if it's connected to
the page content in the viewport, including things like:
* Content page's URL is displayed in location bar
* Content page's title is displayed on the tab
* Back / forward navigates the viewport
* Entering a location navigates the viewport
* Page loading progress is displayed in the status bar as usual
MozReview-Commit-ID: FzxWEwj13sJ
2016-06-25 11:35:02 -05:00
Mike de Boer
848e94ac73
Bug 1281462 - Disable the modal highlight feature on Nightly for now. r=Gijs
...
MozReview-Commit-ID: CDgyCrlNUxT
2016-06-25 10:51:03 +02:00
Jared Wein
5345120a69
Bug 1280799 - Update the state of the 'Clear Downloads' button when download item state changes, even if the item is selected. r=paolo
...
MozReview-Commit-ID: 2YXLDuBxkTe
2016-06-24 21:36:40 -04:00
Jared Wein
568b6e3746
Bug 1281570 - Provide recommendations to fix typos when using 'mach try'. r=chmanchester
...
MozReview-Commit-ID: HIx5QevA3Iy
2016-06-24 21:36:39 -04:00
Grigory Kruglov
26648ad110
Bug 1277467 - Add OfflineTabStatusDelegate for displaying tab-is-offline notifiations when appropriate r=sebastian
...
- Use Content:PageShow event to inform Tabs that they were actively loaded from cache
- Move offline notification logic away from browser.js and into a delegate, which displays notifications when
tab in question is user-visible
MozReview-Commit-ID: 2qCACHyWOlp
--HG--
extra : rebase_source : 457a42ebba5cfc32ab7dabce0a8a11d6511b9c08
2016-06-24 16:56:04 -07:00
Olli Pettay
dea514fb53
Bug 1281873
- Null check PlaceholderTxn::mStartSel before traversing/unlinking it, r=khuey
...
--HG--
extra : rebase_source : f5d4023776f6da90a8c920a84f2df4cd9ac302f5
2016-06-24 01:24:57 +03:00
Tooru Fujisawa
e6c1038d4c
Bug 1281739 - Do not match K, S, k, s, KELVIN SIGN, LATIN SMALL LETTER LONG S with \W in unicode ignoreCase RegExp. r=till
2016-06-26 00:50:43 +09:00
Jan de Mooij
2f452e7f1a
Bug 1281529 part 1 - Make JSContext inherit from JSRuntime. r=luke
2016-06-24 14:16:47 +02:00
Sankha Narayan Guria
726d679bb7
Bug 1199695 - Mark computed property names as effectful in BCE. r=jwalden
...
--HG--
extra : rebase_source : 20e4d4bdd44fd2425cd73d0b08d1ba596b134e9f
2016-06-25 11:53:19 +02:00
Grigory Kruglov
c09864a3eb
Bug 1277467 - Pre: Add ForegroundAwareDelegate to help track if Gecko tabs are user-visible r=sebastian
...
MozReview-Commit-ID: KZavLxL4u8V
--HG--
extra : rebase_source : 9c19cd72e0dc19d5c80bb1bf7fd2177c14862056
2016-06-22 06:31:27 -07:00
Wes Kocher
bf02c9e2f4
Merge m-c to fx-team, a=merge
2016-06-24 13:41:56 -07:00
Wes Kocher
ef24c234ed
Merge inbound to central, a=merge
2016-06-24 13:37:12 -07:00
Ryan VanderMeulen
3b8f6019c4
Backed out changeset 0b20196061d7 (bug 1276054) for browser_UITour_pocket.js failures.
2016-06-24 15:41:09 -04:00
Matthew Noorenberghe
ad739df391
Bug 1127579 - Cleanup jsdoc comments in nsLoginManagerPrompter.js
...
MozReview-Commit-ID: 5VzE9DyFZEb
--HG--
extra : rebase_source : 2d655b2cd974ea7fe0411743f9d39e1cb70bdfaf
2016-06-24 10:36:42 -04:00
Matthew Noorenberghe
b8f1ff3fed
Bug 1127579 - Handle a user capturing a HTTPS login with an already saved login for the HTTP version. r=dolske
...
MozReview-Commit-ID: 4vWuFUmicYV
--HG--
extra : rebase_source : ca7769168eeba7120b1480a67adf427e8c2df86a
2016-06-24 10:32:16 -04:00
Lars T Hansen
a84a899eb5
Bug 1280933 - disable test on 32-bit platforms. r=me
...
--HG--
extra : rebase_source : e00473d12a7d4dacabe2cc0046c36ec1027ec1c1
2016-06-24 15:18:41 +02:00
Jan de Mooij
d167b80c35
Backed out changeset 273b186d22ca for making the rooting analysis unhappy
2016-06-24 15:16:54 +02:00
Jon Coppeard
ed36716a73
Bug 1281472 - Fix data races in marking assertions when called as part of compacting GC r=terrence
2016-06-24 13:51:40 +01:00
Jon Coppeard
381f54ad7b
Bug 1261083 - Update base shapes in a separate phase at the start of compacting GC r=terrence
2016-06-24 13:50:09 +01:00
Jan de Mooij
0dea76ff67
Bug 1281529 part 1 - Make JSContext inherit from JSRuntime. r=luke
2016-06-24 14:16:47 +02:00
Lars T Hansen
e5276c42ac
Bug 1281131 - make sure to reserve enough stack space for the worst case. r=bbouvier
...
--HG--
extra : rebase_source : 9627f6ba5180087fea47cff63903a88ba885deda
extra : histedit_source : 94f314342cbca80e44d681459310b3279e83f3af%2Cc3f3818cb803ddae05aba7fd144cdc9f0be1b5a5
2016-06-24 14:01:02 +02:00
Lars T Hansen
13dab670e2
Bug 1280921 - select must handle AnyType. r=bbouvier
...
--HG--
extra : rebase_source : 71d62d13c1b22c00483d9615cd5385c4d2a9674c
extra : histedit_source : 5c813dc05bda607267a19868edeed84b31803490
2016-06-24 13:52:03 +02:00
Sebastian Hengst
2e51abafdb
Backed out changeset 1008f5b88e6b (bug 1270742) for failing browser_ext_browserAction_context.js. r=backout
2016-06-24 13:00:31 +02:00
Carsten "Tomcat" Book
517768e38e
Merge mozilla-central to fx-team
2016-06-24 11:25:21 +02:00
Carsten "Tomcat" Book
3b37066215
merge mozilla-inbound to mozilla-central a=merge
2016-06-24 11:13:59 +02:00
Carsten "Tomcat" Book
d06bb83b2e
merge fx-team to mozilla-central a=merge
2016-06-24 11:12:37 +02:00