Commit Graph

204061 Commits

Author SHA1 Message Date
Daniel Holbert
3fdb8884c7 (no bug) Some comment-only cleanup in nsLayoutUtils.h. (no review, comment-only)
DONTBUILD

In particular:
 - Rewrapped a few lines to 80 characters.
 - Fixed a few typos.
 - Added a terminal period character at the end of @param/@return lines, in cases where the rest of the function's documentation follows that convention.
2014-09-09 16:12:13 -07:00
Bobby Holley
16ad956f14 Bug 981198 - Make JS_{Get,Set}ErrorReporter take a JSRuntime. r=terrence,r=bz 2014-09-09 16:02:10 -07:00
Bobby Holley
d5b6545346 Bug 981198 - Internally move the JSErrorReporter to the JSRuntime. r=terrence 2014-09-09 16:02:10 -07:00
Matthew Gregan
e6c6d6a91e Bug 1064699 - Update mLastVideoFrameTime after it's used for computing the frame duration. r=cajbir 2014-09-08 23:20:00 +12:00
Eitan Isaacson
45e1bf3ed7 Bug 1062016 - Editing state gets out of sync. r=yzen 2014-09-09 15:53:46 -07:00
Gregory Szorc
1e5701ab22 Bug 1061684 - Normalize path separators in JAR paths; r=mshal
The forward slash appears to be the standard path separator in zip/JAR
files. Accept back slashes when adding paths to a JAR.

--HG--
extra : rebase_source : bd94eab36b347006e65952d99b53dd397e2ca758
extra : amend_source : 2cefd887d8bb5d989fafb398a3464429ac376e2e
2014-09-03 10:42:34 -07:00
Shu-yu Guo
48fde8450a Bug 1064844 - Only restore propagatingForcedReturn state in AutoSaveExceptionState if there isn't a new error. (r=jorendorff) 2014-09-09 14:49:58 -07:00
Wes Johnston
a13a120571 Bug 966493 - Mark touchstart and end events as handling user input. r=smaug 2014-09-09 15:10:07 -07:00
Sam Penrose
b75166dca7 Bug 1064606 - Update FxAccountsManager tests with Principal. r=ferjm
CLOSED TREE
2014-09-08 16:32:10 -07:00
Alexandre Poirot
cfbb6a4805 Bug 1064935 - Alias ctypes.jschar to ctypes.char16_t. r=cpeterson 2014-09-09 09:46:00 -04:00
Frédéric Wang
02e42c83ee Bug 1059427 - Make GeckoViews ignore accessibility events when they are not "important for accessibility". r=mfinkle 2014-08-27 11:15:00 -04:00
Andrea Marchesini
38fded5695 Bug 1065109 - Remove the MOZ_ASSERT(IsControllingDocuments()) in ServiceWorkerManager CLOSED TREE, r=nsm 2014-09-09 18:01:07 -04:00
Eric Faust
bbb63c66bb Bug 1031092 followup - Give up on moving jsproxy.h and jswrapper.h; fix bustage on a CLOSED TREE. (r=BurningManWasLastWeekRight?)
--HG--
rename : js/src/proxy/jsproxy.h => js/src/jsproxy.h
rename : js/src/proxy/jswrapper.h => js/src/jswrapper.h
2014-09-09 14:31:20 -07:00
Kartikaya Gupta
2cc85cf48d Bug 1063494 - Properly handle async-scrolled layers that are also fixed/sticky-position. r=botond,BenWa 2014-09-09 15:12:14 -04:00
Eric Faust
f8da88d440 Bug 1031092 - Part 10: Factor out SecurityWrapper. (r=bholley) 2014-09-09 12:09:46 -07:00
Eric Faust
4fb0b5cc8e Bug 1031092 - Part 9: Factor out CrossCompartmentWrapper. (r=bholley) 2014-09-09 12:09:46 -07:00
Eric Faust
7c855b7093 Bug 1031092 - Part 8: Factor out DeadObjectProxy. (r=bholley) 2014-09-09 12:09:46 -07:00
Eric Faust
2e127b0c98 Bug 1031092 - Part 7: Move jswrapper.* to js/src/proxy/. (r=bholley)
--HG--
rename : js/src/jswrapper.cpp => js/src/proxy/Wrapper.cpp
rename : js/src/jswrapper.h => js/src/proxy/jswrapper.h
2014-09-09 12:09:46 -07:00
Eric Faust
89d4f47f9c Bug 1031092 - Part 6: Factor out engine Proxy entry point. (r=bholley)
--HG--
rename : js/src/proxy/jsproxy.cpp => js/src/proxy/Proxy.cpp
2014-09-09 12:09:46 -07:00
Eric Faust
caa4b6f7ad Bug 1031092 - Part 5: Factor out ScriptedIndirectProxyHandler. (r=bholley) 2014-09-09 12:09:45 -07:00
Eric Faust
81e35672f5 Bug 1031092 - Part 4: Factor out ScriptedDirectProxyHandler. (r=bholley) 2014-09-09 12:09:45 -07:00
Eric Faust
971427f4eb Bug 1030192 - Part 3: Factor out DirectProxyHandler. (r=bholley) 2014-09-09 12:09:45 -07:00
Eric Faust
ff8eb80773 Bug 1031092 - Part 2: Factor out BaseProxyHandler. (r=bholley) 2014-09-09 12:09:45 -07:00
Eric Faust
49c84d01fb Bug 1031092 - Part 1: Move jsproxy.* to new js/src/proxy/. (r=bholley)
--HG--
rename : js/src/jsproxy.cpp => js/src/proxy/jsproxy.cpp
rename : js/src/jsproxy.h => js/src/proxy/jsproxy.h
2014-09-09 12:09:45 -07:00
Andrea Marchesini
c5acf07f16 Bug 1065036 - nsIServiceWorkerManager.idl should be a builtinclass, r=nsm 2014-09-09 15:04:35 -04:00
Ryan VanderMeulen
6f297ad88b Backed out changeset 7b0ae11d2441 (bug 1057512) for introducing various new intermittent failures and making an existing one perma-fail. 2014-09-09 15:02:27 -04:00
Daniel Holbert
53a49cbf93 Bug 1060090 part 5: Refactor StyleAnimationValue <position>-handling code to use helper-methods. r=heycam 2014-09-09 11:40:20 -07:00
Daniel Holbert
d67c97c95f Bug 1060090 part 4: Allow computed-style 'Position' struct to have different initial values beyond just 0% 0%. r=heycam 2014-09-09 11:40:18 -07:00
Daniel Holbert
3743cd250c Bug 1060090 part 3: Refactor getComputedStyle implementation for 'background-position' to use helper-method for <position> & its sub-parts. r=heycam 2014-09-09 11:40:17 -07:00
Daniel Holbert
8ff891d5ab Bug 1060090 part 2: Spin out "ComputePositionValue", and rename its helper "ComputeBackgroundPositionCoord" to "ComputePositionCoord". r=heycam 2014-09-09 11:40:15 -07:00
Daniel Holbert
7fbf3d5b1b Bug 1060090 part 1: Rename ParseBackgroundPositionValues to ParsePositionValue. r=heycam 2014-09-09 11:40:10 -07:00
Nicholas Nethercote
e6c7fd21a4 Bug 1061024 (part 3) - Remove a redundant dmd::ClearReports() call. r=jld.
--HG--
extra : rebase_source : 5c79c9187fbffe2b5a8c63184cc9d3f158877a8e
2014-08-31 22:36:01 -07:00
Nicholas Nethercote
91ccc1a10e Bug 1061024 (part 2) - Some minor DMD clean-ups. r=jld.
--HG--
extra : rebase_source : f780376e8803222c92a5a92bc4155600e068ce0c
2014-08-31 22:35:28 -07:00
Nicholas Nethercote
1e51d01858 Bug 1061024 (part 1) - Don't run DMD when about:memory's "Measure" button is pressed. r=jld.
--HG--
extra : rebase_source : ddf0236352c64eb9839dfd0a219451a568aba10e
2014-08-31 20:36:26 -07:00
Ehsan Akhgari
2f2c34f333 Bug 1065025 - Make the generated WebIDL ToJSON method const; r=baku 2014-09-09 14:00:22 -04:00
Nathan Froyd
ae2095aed1 Bug 1062874 - part 2 - don't preprocess head_libmar.js; r=ted 2014-09-02 13:46:10 -04:00
Nathan Froyd
dcda42b30f Bug 1062874 - part 1 - remove preprocessor-requiring bits from head_libmar.js.in; r=bbondy 2014-09-02 13:18:39 -04:00
Jim Chen
f3a0f88f91 Bug 1062379 - Don't reduce Gecko thread priority for multicore devices; r=mfinkle
For multicore devices, the Gecko thread should be able to run on a separate core than the UI thread, so there's no reason to lower the Gecko thread priority in consideration for the UI thread. Patch also fixes some race conditions involving sGeckoThread in ThreadUtils.
2014-09-09 13:46:48 -04:00
Jim Chen
d348cc738c Bug 1062372 - Lazily load browser.js modules; r=mfinkle 2014-09-09 13:46:47 -04:00
Jim Chen
7269d9cf50 Bug 1060088 - Don't ship unused addon providers in Fennec; r=Unfocused 2014-09-09 13:46:47 -04:00
Andrea Marchesini
f165a69fbc Bug 1064481 - URLSearchParams should encode % values correcty. r=ehsan 2014-09-08 19:27:00 -04:00
Jan-Ivar Bruaroey
de38a41b25 Bug 1064088 - Deprecation warnings when required callbacks are missing. r=abr 2014-09-09 10:52:23 -04:00
Jan-Ivar Bruaroey
a8260c08f1 Bug 1063808 - Support old constraint-like RTCOfferOptions for a bit. r=smaug, r=abr 2014-09-09 01:12:24 -04:00
Manu Jain
41efdd1953 Bug 1063559 - Convert TelemetryStopwatch.jsm to use Components.utils.now(). r=irving 2014-09-08 09:04:00 -04:00
Irving Reid
3a5b415c8d Bug 1064424 - Use Timestamp::ProcessCreation to calculate Cu.now(). r=bz 2014-09-08 14:15:04 -04:00
Ahmed Kachkach
d0b1579431 Bug 1063099 - Include IPC tests filenames in logs. r=ahal 2014-09-09 08:01:00 -04:00
Arnaud Sourioux
b9b60f6669 Bug 1063034 - Changes RasterImage::mAnim from raw pointer to UniquePtr. r=jrmuizel 2014-09-09 09:39:00 -04:00
Roberto A. Vitillo
94068585c1 Bug 1061191 - Add alerting e-mails to some histogram definitions. r=vladan 2014-09-08 05:06:00 -04:00
Nils Ohlmeier [:drno]
dd2f0dc0eb Bug 1060103 - Add trickle ICE support for steeplechase. r=ted 2014-09-08 04:53:00 -04:00
ProgramFOX
749a14ea8a Bug 948379: Added int32x4 border test cases; r=bbouvier 2014-09-06 11:21:28 +02:00