Boris Zbarsky
77b44a93be
Bug 1275999 part 5. Get rid of GetDefaultScopeFromJSContext. r=bholley
2016-05-27 09:53:33 -04:00
Boris Zbarsky
e9c3b988dd
Bug 1275999 part 4. Change XPCJSContextStack::Push to return void. r=bholley
2016-05-27 09:53:32 -04:00
Boris Zbarsky
c4994333a5
Bug 1275999 part 3. Remove the totally unused XPCJSContextStack::HasJSContext function. r=bholley
2016-05-27 09:53:32 -04:00
Boris Zbarsky
eb9c30dc03
Bug 1275999 part 2. Change XPCJSContextStack to just store JSContext*. r=bholley
2016-05-27 09:53:20 -04:00
Boris Zbarsky
77a2f1e4cf
Bug 1275999 part 1. Stop saving frame chains in XPCJSContextStack::Push. r=bholley
...
This can all go away because no one is paying attention to the saved frame chain state anymore.
2016-05-27 09:53:18 -04:00
Neil Deakin
890dd77f01
Bug 916004, set datasource after loading to see if intermittent orange of test_bug330010.xul goes away
2016-05-27 09:19:53 -04:00
Akshay Jain
3e2f28a96e
Bug 1266724, add null check of defaultView, r=neil
2016-05-27 09:19:53 -04:00
Neil Deakin
7ce3ec5e44
Bug 1246667, properly enable browser_clearplugindata.js in e10s, r=mak
2016-05-27 09:19:53 -04:00
Henrik Skupin
fc459911d3
Bug 1276175 - Check the new reset prefs button for a disabled SSL error page. r=maja_zf
...
MozReview-Commit-ID: 94VhdJgF9b8
If SSL related preferences have been changed the retry button is no longer shown.
Instead you see a button to reset the preferences, and which will reload the page.
--HG--
extra : rebase_source : aa8e34fbf5778df6eef2a35b3907c1174c9886a1
2016-05-27 14:20:58 +02:00
Jonathan Kingston
a755ba2261
Bug 1275751 - adding in security.tls.version.fallback-limit into reset security button prefs. r=mt
...
MozReview-Commit-ID: ACEPnFDloQ3
--HG--
extra : transplant_source : B%E6%F3%28%C7%D3O%D1%AC%C3%FE8%EE7%A2%12%FA%EF%EF%AE
2016-05-26 01:31:40 +01:00
amy
3e7c6d5c9c
Bug 1273835 - Modified argument of Date() to the unit of millisecond on translateExpires function, r=jduell.mcbugs
2016-05-27 19:17:36 +08:00
James Kitchener
c3846c4394
Bug 1274796 - Support spaces in MathML namedspaces. r=fredw
2016-05-27 01:48:00 +02:00
Wander Lairson Costa
f26506fa5c
Bug 1274765: Upgrade mercurial on docker images. r=garndt
...
Instead of using mockbuilds-repo to install mercurial, we do so through
pip.
2016-05-23 10:45:00 +02:00
Carsten "Tomcat" Book
67da675dcc
Backed out changeset fb331e03981a (bug 1271691) for perma failures in scroll-rounding.html
2016-05-27 13:33:31 +02:00
Thomas Zimmermann
f8cbb19d49
Bug 1276185: Don't invoke |SandboxInfo::SubmitTelemetry| on Android, r=gfritzsche
...
The header file "mozilla/SandboxInfo.h" isn't included on Android
devices, so use its interfaces.
MozReview-Commit-ID: DJRMNsqsjLZ
2016-05-27 12:17:02 +02:00
Jean-Yves Avenard
48f24d3464
Bug 1275538: P2. Drop decoded frames that we know are already too late. r=kamidphish
...
MozReview-Commit-ID: EZ2Ql2DtTKa
--HG--
extra : rebase_source : 4dbffc3538e86562a6bb347354f4ff377e484f04
2016-05-26 14:58:48 +10:00
Jean-Yves Avenard
ca37fb4d46
Bug 1275538: P1. Abort early if a skip request is in progress. r=gerald,kamidphish
...
We would only abort early if new data had been received. Which may not always be the case.
MozReview-Commit-ID: HvAUq5CTc7F
--HG--
extra : rebase_source : a24b6c8bf2a31b0c9e69fc748ebb9b80b5c0d286
2016-05-26 13:59:46 +10:00
Makoto Kato
ebcb916262
Bug 1212527 - Set background color to NSColor before calling showDefinitionForAttributedString on 10.11. r=mstange
...
When calling showDefinitionforAttributedString on OSX 10.11, it always return error due to the following exception.
Exception: decodeObjectForKey: class "TitlebarAndBackgroundColor" not loaded or does not exist
So before calling it, we set temporary color value, then restore color after calling it.
MozReview-Commit-ID: 1YeY6X1W6AV
2016-05-26 23:39:50 +09:00
Joel Maher
ec73f39513
Bug 1269872 - add taskcluster definitions for gpu/clipboard. r=gbrown
...
MozReview-Commit-ID: HRklImbGwZx
2016-05-27 05:14:21 -04:00
Jeremy Chen
7939ed0522
Bug 1275831 - part6: remove unused block layout debug flag. r=dholbert
...
1.Remove NOISY_FIRST_LINE, NOISY_MAX_ELEMENT_SIZE, NOISY_MAXIMUM_WIDTH.
2.Remove REALLY_NOISY_FIRST_LINE.
Only one static function, which has no caller, but defined under this flag.
3.Move REALLY_NOISY_REFLOW_CHILD into REALLY_NOISY_REFLOW.
The chunk of REALLY_NOISY_REFLOW_CHILD seems dead for long time, so make it
alive by moving it under REALLY_NOISY_REFLOW.
MozReview-Commit-ID: E7IW0qStdck
--HG--
extra : rebase_source : e5c8eace35e86ec3bfc449269ab5af336ca0af9e
2016-05-27 16:06:27 +08:00
Jeremy Chen
f67b32935b
Bug 1275831 - part5: fix NOISY_REFLOW_REASON block layout debug flag. r=dholbert
...
Add back a helper function for listing framelist tags. This function has been
called under other flags as well.
MozReview-Commit-ID: 5smFQ70tVRO
--HG--
extra : rebase_source : 95ba1c2cfaee330368bb8557605a58b360efc4d8
2016-05-27 16:06:27 +08:00
Jeremy Chen
e343a0fdc5
Bug 1275831 - part4: fix NOISY_BLOCK_DIR_MARGINS block layout debug flag. r=dholbert
...
MozReview-Commit-ID: 24JUxzbSeYQ
--HG--
extra : rebase_source : 668d32ab302a136a8ae6884baff68d822979aec5
2016-05-27 16:06:27 +08:00
Jeremy Chen
5ae7de2577
Bug 1275831 - part3: fix NOISY_COMBINED_AREA block layout debug flag. r=dholbert
...
MozReview-Commit-ID: 2LchMKfWNba
--HG--
extra : rebase_source : 0686c1b94b0809acd767ed46cbe5496ebd028977
2016-05-27 16:06:27 +08:00
Jeremy Chen
a200c33f52
Bug 1275831 - part2: fix NOISY_FINAL_SIZE block layout debug flag. r=dholbert
...
MozReview-Commit-ID: APtHNT1nohi
--HG--
extra : rebase_source : 19042b0c6b882285ed93c757d6ef8ccdbfa2272b
2016-05-27 16:06:27 +08:00
Jeremy Chen
a69caa89bb
Bug 1275831 - part1: fix NOISY_FLOAT block layout debug flag. r=dholbert
...
MozReview-Commit-ID: AOgV0TK6uyj
--HG--
extra : rebase_source : f418830b42e33637416b337b20d15276e17e16e2
2016-05-27 16:06:27 +08:00
Andreas Pehrson
1d2085e59f
Bug 1275596 - Ignore ended tracks when selecting new track in MediaStreamAudioSourceNode and MediaElementSourceNode. r=padenot
...
This is how it was meant to work when the refactor landed in Bug 1208371.
We have no test coverage of seeking apparently.
MozReview-Commit-ID: IhyGbjctO7E
--HG--
extra : rebase_source : 70f1ab777d8f7d6632d24f7134415ad13f73d166
2016-05-26 15:56:58 +02:00
Xidorn Quan
5678a23c37
Bug 931445 part 4 - Ensure pointer is moved into the window for APZ mouseevent test. r=kats
...
MozReview-Commit-ID: HiRf1qHjSL9
--HG--
extra : source : 86f4daa98b83f088af4835c855901725ee64fe1b
extra : amend_source : 31b14f114e7435a0872023e107cebebce7871229
2016-05-27 17:13:05 +10:00
Xidorn Quan
a0c4bff836
Bug 931445 part 3 - Reset synth centering pointer when unlocking pointer. r=smaug
...
MozReview-Commit-ID: LcStCmm4iRV
--HG--
extra : source : e27b7ceefe72c64cd72774522c2cebe884bf3d08
2016-05-27 17:13:05 +10:00
Xidorn Quan
b3a584309c
Bug 931445 part 2 - Use util code from fullscreen tests to improve robustness of pointerlock tests. r=smaug
...
MozReview-Commit-ID: HYTy2Y6VG0G
--HG--
extra : source : 430b01494f421cf0e8ff7e35c791c99ae6d50682
2016-05-27 17:13:05 +10:00
Xidorn Quan
8d4de6b913
Bug 931445 part 1 - Remove unused code from pointerlock_utils.js. r=smaug
...
MozReview-Commit-ID: L3rTKPUqrJh
--HG--
extra : source : b2fe0aef7eb8f22ca9458d82d6b139fb4916c297
2016-05-27 17:13:05 +10:00
Carsten "Tomcat" Book
52d84ab482
Backed out changeset 1bc7102718a9 (bug 1207830) for test failures in ImageDecoders.JPGDownscaleDuringDecode
2016-05-27 09:05:25 +02:00
Carsten "Tomcat" Book
1a05e03bf8
Backed out changeset acbbb2038fdd (bug 1207830)
2016-05-27 09:04:48 +02:00
Carsten "Tomcat" Book
2f5ff9300f
Backed out changeset f10f4b5ce594 (bug 1207830)
2016-05-27 09:04:46 +02:00
Xidorn Quan
adf9f94c38
Backed out 4 changesets (bug 931445) for e10s mochitest failures
...
Backed out changeset 5a92875424b0
Backed out changeset 79ba5815f9aa
Backed out changeset b084784405ef
Backed out changeset 67bf9ee17564
--HG--
extra : rebase_source : 9604d138e1d333d7bcf6edc8b886340b8371524d
2016-05-27 16:08:41 +10:00
Jason Duell
ee5595f78a
Backed out changeset 0d5cc353d9e0 a=crashes
2016-05-26 23:07:57 -07:00
Seth Fowler
9b08bf373b
Bug 1207830 (Part 3) - Add a test that downscaling ICOs with AND mask transparency doesn't cause disaster. r=njn
2016-05-26 22:57:10 -07:00
Seth Fowler
4638631ed9
Bug 1207830 (Part 2) - Add downscale-during-decode GTests for all image formats. r=njn
2016-05-26 22:57:10 -07:00
Seth Fowler
7cac8ebbfd
Bug 1207830 (Part 1) - Make it possible to create an anonymous decoder that downscales. r=njn
2016-05-26 22:57:09 -07:00
Seth Fowler
b2e7bf31dc
Bug 1059026 - Replace imgFrame::mOffset and imgFrame::mSize with imgFrame::mFrameRect. r=edwin
2016-05-26 22:19:38 -07:00
Mike Hommey
6d9272b820
Bug 1276069
- Change the local variable used in config/external/nss/Makefile.in to pass down as XCFLAGS to NSS build system. r=froydnj
...
The intent in bug 1271829 was to make all the XCFLAGS set in
config/external/nss/Makefile.in accumulate instead of replacing each
other. Unfortunately, there is also an AC_SUBST variable named XCFLAGS,
use for other purposes, and we ended up adding on top of that variable.
Using a different local variable allows to still accumulate the values,
while keeping away from the XCFLAGS from autoconf.mk.
2016-05-27 13:23:16 +09:00
Xidorn Quan
7f45b2ae60
Bug 931445 part 4 - Ensure pointer is moved into the window for APZ mouseevent test. r=kats
...
MozReview-Commit-ID: HiRf1qHjSL9
--HG--
extra : rebase_source : 66d97f69176acd944e79c4fa92d60747892a7aec
extra : source : 86f4daa98b83f088af4835c855901725ee64fe1b
2016-05-27 11:09:58 +10:00
Xidorn Quan
3dd5fb9587
Bug 931445 part 3 - Reset synth centering pointer when unlocking pointer. r=smaug
...
MozReview-Commit-ID: LcStCmm4iRV
--HG--
extra : rebase_source : f679431c8d30a211e776fd7a1c652767a0da62e6
extra : source : e27b7ceefe72c64cd72774522c2cebe884bf3d08
2016-05-27 11:09:58 +10:00
Xidorn Quan
cf1bdf2f27
Bug 931445 part 2 - Use util code from fullscreen tests to improve robustness of pointerlock tests. r=smaug
...
MozReview-Commit-ID: HYTy2Y6VG0G
--HG--
extra : rebase_source : 0881c98ad8ff200cc499a54a514444c1a619a0cc
extra : source : 430b01494f421cf0e8ff7e35c791c99ae6d50682
2016-05-27 11:09:58 +10:00
Xidorn Quan
fe84264d0f
Bug 931445 part 1 - Remove unused code from pointerlock_utils.js. r=smaug
...
MozReview-Commit-ID: L3rTKPUqrJh
--HG--
extra : rebase_source : c80d36582f05afb01798e10170c020bdb27bdd3b
extra : source : b2fe0aef7eb8f22ca9458d82d6b139fb4916c297
2016-05-27 11:09:58 +10:00
Ryan VanderMeulen
71b1467469
Backed out changesets 1cf7e08007f9 and 981fc919965e (bug 1271777) for browser_ext_commands_onCommand.js failures.
2016-05-26 23:54:39 -04:00
Seth Fowler
20e94cffd8
Bug 1275750 (Part 3) - Remove imgFrame::GetFormat(). r=edwin
...
--HG--
extra : rebase_source : 013843b9eb385723237a45843cddd443c6d20af0
2016-05-26 11:33:38 -07:00
Seth Fowler
943f760d93
Bug 1275750 (Part 2) - Remove unused GetDrawTarget()-related code. r=edwin
...
--HG--
extra : rebase_source : 22fa2ba0046f544bddaf68af14d2c4c3448386e9
2016-05-26 11:33:38 -07:00
Seth Fowler
7bb45773cb
Bug 1275750 (Part 1) - Remove unused ScalingData-related code. r=edwin
...
--HG--
extra : rebase_source : 4f32b5244dad988f845fd6371cfe13389e44eb81
2016-05-26 11:33:38 -07:00
Ryan VanderMeulen
89a3a13825
Bug 1271777 - Fix ESLint error on a CLOSED TREE.
2016-05-26 22:47:07 -04:00
JerryShih
6d1d98ee4f
Bug 1271691 - Update painting suppression status in painting flow. r=mattwoodrow, r=tn
...
CLOSED TREE
--HG--
extra : amend_source : 9c8512a528f0fadbd4c5f51d3a7c588ff2b37d7c
2016-05-26 02:18:00 -04:00