Граф коммитов

461536 Коммитов

Автор SHA1 Сообщение Дата
Jordan Santell 3d1b436035 Bug 1246273 - Add localized strings for types and attempts in the JIT opts view. r=vp 2016-02-09 09:08:22 -08:00
Jordan Santell cb607b8be8 Bug 1243929 - Only show jit optimizations panel when pref is on and current selected frame has optimizations. r=vp 2016-02-09 08:58:15 -08:00
Jordan Santell a63fe67c32 Bug 1172120 - Filter out uninteresting markers and bars in a test failing on linux/e10s consistently for marker details. r=vp 2016-02-09 08:40:00 -08:00
Dave Townsend 2f6755883b Bug 1244248: Cache the certificate database during startup rather than getting it everytime it is needed. r=rhelmer
--HG--
extra : commitid : 800Lx2U4lRD
2016-02-09 08:36:36 -08:00
Dave Townsend 5bf4a800b2 Bug 1142734: Stop using Timer.jsm to avoid replacing the browser window setTimout and clearTimeout functions. r=jsantell
jetpack-addon-harness.js runs in a browser window scope so it already has the
setTimeout functions available to it. Loading Timer.jsm overrides the DOM
timer functions with those from Timer.jsm. Any other code that used setTimeout
previously will have timer IDs from the DOM functions which don't match those
in Timer.jsm. If this other code attempts to clear a timer it can then end up
clearing an unrelated timer. In the intermittent failure here the
browser-thumbnails code manages to clear the timer that is waiting to resolve
the promise that makes tests continue.

I've also added an additional timer that throws an exception and so ends tests
if the add-on uninstall doesn't actually complete in a reasonable time as well
as removing the add-on listener.

--HG--
extra : commitid : 663HV2HWrjK
extra : rebase_source : 35fae1264532555c4b51ef964eae27a5ff3230e1
2016-02-08 10:11:14 -08:00
Dave Townsend 3b023fda99 Bug 1142734: Allow unloading the loader sandbox module. r=jsantell
const declarations are no longer accessible from outside the script that makes
them so in order for bootstrap.js to be able to access the loaderSandbox
declaration we must use var.

--HG--
extra : commitid : FhYP2fJJaXr
extra : rebase_source : d4877a4afbc4f139540987cfe8d1372f71aad388
2016-02-08 10:55:56 -08:00
Mark Finkle 81bf436655 Bug 1244966 - Re-enable testBookmarklets using a simpler test r=margaret 2016-02-09 11:24:36 -05:00
Shatur c5404af319 Bug 1228170 - Remove legacy menu code from AppMenuComponent. r=sebastian 2016-02-02 23:46:58 +05:30
Shruti Jasoria eb7af1e397 Bug 1125098 - Remove XML report functionality from Marionette test runner; r=maja_zf 2016-02-02 19:24:51 +05:30
Honza Bambas 403865b110 Bug 1231512 - Allow nsIHttpChannel.redirectTo() work also on an open channel, r=jduell
--HG--
rename : netwerk/test/unit/test_redirect_from_script.js => netwerk/test/unit/test_redirect_from_script_after-open_passing.js
2016-02-05 07:45:00 +01:00
Luca Greco 761ed86097 Bug 1190685 - [webext] Add webNavigation.getFrame/getAllFrames test cases. r=kmag 2016-02-08 18:29:44 +01:00
Luca Greco fca2a13a13 Bug 1190685 - [webext] Implements webNavigation.getFrame/getAllFrames API methods. r=kmag 2016-02-08 18:30:48 +01:00
Julian Descottes ce45b02f5e Bug 1246650 - upgrade redux to version 3.3.0; r=jsantell
--HG--
extra : rebase_source : 29e4f09e691a43d7a29293af3da5601dab338da3
2016-02-08 16:23:10 +01:00
Jordan Santell a0db96a838 Bug 1244225 - Do not access allocation recording settings when the memory component isn't attached. r=fitzgen
--HG--
extra : rebase_source : 9c71a7bbd76f9c0ab5fb185e509d6fe5b59c5f80
2016-02-08 14:25:00 +01:00
Marco Bonardo d1f0a04370 Bug 1243778 - PushRecord::getLastVisit cannot rely on the Places url index anymore. r=kitcambridge
--HG--
extra : commitid : 4zr7xfJixhU
extra : rebase_source : b3fa86b314d338b2ee0fc846d212ba6bb6c2ab0c
2016-02-08 14:42:07 +01:00
Mike Conley 31dbaf7d90 Bug 1245212 - Properly cancel SessionStore:update message timers if timeoutDisabled is set to true. r=billm
MozReview-Commit-ID: BjiumfIOrdT

--HG--
extra : rebase_source : 08492d1bdbd132ffe25f14c62fbe6b8510e55d73
2016-02-01 16:00:29 -05:00
Mike de Boer 45a200f9a2 Bug 1229195: explicitly link 'content' to the frame script global scope to prevent out-of-scope errors. r=Standard8 2016-02-09 15:16:22 +01:00
Carsten "Tomcat" Book b4793d108a Merge mozilla-central to fx-team 2016-02-09 13:10:45 +01:00
Victor Porof 28b8bbfbd3 Bug 1120623 - Make the flamegraph keyboard accessible, r=jsantell 2016-02-09 13:45:37 +02:00
Carsten "Tomcat" Book e42fff0533 merge mozilla-inbound to mozilla-central a=merge 2016-02-09 12:02:38 +01:00
Carsten "Tomcat" Book 403c4339fa merge fx-team to mozilla-central a=merge 2016-02-09 12:00:16 +01:00
Gijs Kruitbosch fa5c8f764b Bug 1246591 - followup: fix rules enabled in the last 24 hours in migration, rs=bustage
--HG--
extra : commitid : 1lyYyXGTTYY
extra : rebase_source : 50d51a9fdb2e16349e84b66b21840deb0cbc20ca
2016-02-09 10:57:55 +00:00
Alexandre Poirot 72335833e6 Bug 1245615 - Nullify hostVsStores only after event unregistration to prevent exceptions. r=mratcliffe 2016-02-09 02:50:16 -08:00
Alexandre Poirot 6acab52b3f Bug 1141222 - Test Cu.reportError stack in browser console. r=vporof 2016-02-09 02:50:16 -08:00
Alexandre Poirot b17d42cf5c Bug 1141222 - Create ScriptError with stack from Cu.reportError. r=bholley 2016-02-09 02:50:16 -08:00
Mark Banner 69f1cff2e1 Bug 1246592 - Try and fix windows locale repack bustage by adjusting how locales are built for Loop. r=glandium,a=Tomcat for direct landing in m-c 2016-02-09 10:16:24 +00:00
Bas Schouten 9e0dc8074b Bug 1240800: When we've reallocated our buffer client side and fail to track the proper invalid region always upload the bounds of the visible region. r=mattwoodrow
--HG--
extra : commitid : 7gPm9cOSQT3
2016-02-09 06:07:30 +01:00
Matt Woodrow 0488b4896d Bug 1243409 - Always recompute geometries for inactive layers since we can't easily tell if they will be identical. r=roc
--HG--
extra : rebase_source : 27640facb51895c3a0fcfc8506a6089b85b1027e
2016-02-09 16:05:20 +13:00
Luke Wagner 6149e0c8db Bug 1240583 - add thunkWithPatch/patchThunk (r=jandem)
--HG--
extra : commitid : 9u3pnpw65Ae
2016-02-08 20:59:04 -06:00
Luke Wagner 0526fa3f73 Bug 1240583 - Odin: replace retargetWithOffset (r=bbouvier)
--HG--
extra : commitid : 3AAtDhxBHQl
2016-02-08 20:59:04 -06:00
Luke Wagner e1e92d91ec Bug 1240583 - Odin: record and assert whether a function is defined yet (r=bbouvier)
--HG--
extra : commitid : 5hwnYw2ap3n
2016-02-08 20:59:03 -06:00
Luke Wagner 2c92de2710 Bug 1240583 - Odin: remove the sync interrupt stub (r=bbouvier)
--HG--
extra : commitid : K20ia0GiuSl
2016-02-08 20:59:03 -06:00
Luke Wagner d5ca852441 Bug 1240583 - Odin: refactor x86/x64 loads/stores (r=sunfish)
--HG--
extra : commitid : 2OflxD9RKBb
2016-02-08 20:59:03 -06:00
Wes Kocher 610f3f5dbb Backed out changeset baf5dfffbc34 (bug 1246128) for an ESLint failure a=backout
--HG--
extra : commitid : 7d6FFCRVMJc
2016-02-08 16:47:51 -08:00
Mark Banner 2e52f6453b Bug 1246621 - Fix Loop functional tests failing with 'this.curFrame is null'. r=mikedeboer,a=Tomcat for NPOTB DONTBUILD 2016-02-08 16:01:45 +00:00
Gijs Kruitbosch c406e403fc Bug 1246460 - re-add pocket bookmarks button menuitem now that its original insertion point is gone, r=MattN
--HG--
extra : commitid : A9lqhSgbnNS
extra : rebase_source : 80c764656c1f686d726199db379a0a12c8cba86e
extra : amend_source : 64dcabc9584747e542b8fb54b7b91b9bbdb0f09f
2016-02-08 10:08:43 +00:00
Gijs Kruitbosch 1b8fd05302 Bug 1246591 - fix moz.build file and .eslintignore, r=MattN
--HG--
extra : commitid : JDnRUikojj9
extra : rebase_source : 7075c06b2ef03490728d752a8c754c97e5ed75dd
2016-02-08 12:58:28 +00:00
Gijs Kruitbosch dc4b4997fd Bug 1246591 - remove preprocessing and fix any other issues, r=MattN
--HG--
extra : commitid : ERDudjbCnHC
extra : rebase_source : df5f44f84c5c56f76a65c887cd5b374284562a61
2016-02-08 12:54:38 +00:00
Gijs Kruitbosch 14415f1212 Bug 1246591 - fix whitespace issues, r=MattN
--HG--
extra : commitid : JI5mQGtLa2f
extra : rebase_source : a8aff743dac30977112b5ce6420631c432601b41
2016-02-08 12:03:10 +00:00
John Daggett fe3c0df984 Bug 1244017 - disable system font cascade reftests. r=m_kato 2016-02-08 15:26:50 +09:00
John Daggett cb1a460415 Bug 1244017 - remove system font cascade for OSX. r=m_kato 2016-02-08 15:26:50 +09:00
Ting-Yu Lin e100555d17 Bug 1246404 - Check mouseContent before calling IsInComposedDoc(). r=smaug
It's possible that PresShell::HandleEventWithTarget() above will make
mouseContent become nullptr. We should check the validity of
mouseContent before calling its method.

--HG--
extra : commitid : BjvYp6Fus8x
extra : rebase_source : da20becb8bf4b1706bb817baba28299bab69efb9
2016-02-06 23:44:00 +08:00
Jean-Yves Avenard a1d2f88108 Bug 1246521: [MSE] P3. Only error during Prepare Append algorithm if the media element is in error. r=gerald 2016-02-08 16:38:45 +11:00
Jean-Yves Avenard 53c49526d6 Bug 1246521: P2. Add MediaDecoder::OwnerHasError method. r=gerald 2016-02-08 16:38:26 +11:00
Jean-Yves Avenard 722e4fee21 Bug 1246521: P1. Add MediaDecoderOwner::HasError method. r=gerald 2016-02-08 16:31:42 +11:00
Phil Ringnalda a0117e0b74 Back out c3ac85cea6a3 (bug 1246358) for failures in test_invalid_reject_play.html
CLOSED TREE
2016-02-07 19:29:07 -08:00
Phil Ringnalda 115f225a36 Merge m-c to m-i 2016-02-07 18:51:47 -08:00
Jonathan Watt 17c8267a53 Bug 1245845, part 2 - Remove code that is now useless from gfxContext::EnsurePath. r=Bas 2016-02-08 02:15:59 +00:00
Jonathan Watt ed38f5c352 Bug 1245845, part 1 - Stop Moz2D Path::CopyToBuilder/TransformedCopyToBuilder implicitly converting the Path's FillRule. r=Bas 2016-02-08 02:15:54 +00:00
Jean-Yves Avenard 435868949a Bug 1246358: [opus] Don't error if we fail to decode the last frame. r=TD-Linux 2016-02-08 12:22:07 +11:00