Commit Graph

142424 Commits

Author SHA1 Message Date
Robert O'Callahan
c6aa3d174a Bug 900875. Part 1: Move DWM APIs to WinUtils. r=avih 2013-08-15 16:25:12 +12:00
Robert O'Callahan
3807c1b21e Bug 904926. Remove unnecessary lock. r=cpearce 2013-08-15 16:24:00 +12:00
Robert O'Callahan
1be429f495 Bug 902320. Prevent untimely destruction of mElement during HTMLMediaElement::StreamListener callbacks. r=smaug 2013-08-15 16:23:52 +12:00
Phil Ringnalda
f2fb548fce Back out cb68113d5052 (bug 901195) for xpcshell bustage
CLOSED TREE
2013-08-14 21:07:19 -07:00
Joshua Cranmer
8a95df6d82 Bustage fix for bug 884676/66e1ed80ba05 to fix CLOSED TREE. 2013-08-14 22:58:36 -05:00
Joshua Cranmer
8cf4d2c76b Bug 884676 - Part 2, Use mozilla::Atomic<int32_t> for Runtime::interrupt. r=njn
--HG--
extra : rebase_source : a06218cb913d7340fdfdb537512a13df550baf8b
2013-08-14 21:18:42 -05:00
Nicholas Nethercote
988d1ae5e8 Bug 905465 - Minor memory reporter manager code style clean-ups. r=jlebar.
--HG--
extra : rebase_source : ff7e494a8a999ccc134460f096f4b5ff08faa282
2013-08-14 18:19:24 -07:00
Simone Carletti
8b74818e51 Bug 902785 - add cloudcontrol.com to PSL. r=gerv. DONTBUILD. 2013-08-15 02:25:38 +01:00
Simone Carletti
618656a126 Bug 901195 - update .sv and .om in PSL. r=gerv. 2013-08-15 02:23:47 +01:00
Simone Carletti
5d57f750a2 Bug 901193 - Add ro.com to PSL. r=gerv. 2013-08-15 02:22:57 +01:00
Justin Lebar
25e1675355 Bug 905271 - Make ICU compile with -jN (except on Windows). r=glandium 2013-08-14 18:11:42 -07:00
Gregory Szorc
bad912e5c6 Bug 850380 - Ensure xpidl Makefile is regenerated properly; r=glandium 2013-08-14 17:58:30 -07:00
Patrick McManus
3e0e99e7ca bug 902170 - don't log data: PAC URIs to JS console r=jduell 2013-08-12 17:07:38 -04:00
Gregory Szorc
3239b169cc Bug 904823 - Discourage use of make for running xpcshell tests; r=ted 2013-08-14 17:43:04 -07:00
Gregory Szorc
3aa9df8061 Bug 901007 - Don't generate xpcAccEvents.h twice; r=mshal 2013-08-14 17:43:04 -07:00
John Daggett
841b3eb32b Bug 904263 - add tests to assure all properties can be removed. r=dbaron 2013-08-15 09:38:01 +09:00
John Daggett
6fef3e645e Bug 904263 - don't set disabled subproperties within font shorthand parsing. r=dbaron 2013-08-15 09:37:57 +09:00
Gregory Szorc
c089ae373d Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Wes Kocher
ff5292b3eb Backed out changeset 016fa89e49b0 (bug 905409) on a CLOSED TREE 2013-08-14 17:21:45 -07:00
Ehsan Akhgari
c6ce65cf2e Bug 905409 - Minimize the Web Audio #includes; r=roc 2013-08-14 18:46:00 -04:00
Bill McCloskey
0e9f41a620 Bug 904282 - Don't mark atoms during last GC (r=jonco) 2013-08-14 14:48:40 -07:00
Bill McCloskey
2e50d1a2ff Bug 888898 - Avoid shutdown leaks with PC count profiling (r=bhackett) 2013-08-14 14:48:36 -07:00
Bill McCloskey
a293b393e4 Bug 902208 - Handle SIGINT in child processes (r=ted) 2013-08-14 14:48:32 -07:00
Bill McCloskey
b845288767 Bug 902550 - Disable more session restore code in e10s (r=ttaubert) 2013-08-14 14:33:44 -07:00
Nathan Froyd
cad64ad955 Bug 905149 - make mozilla::CallStack constexpr to avoid static constructors; r=ehsan 2013-08-14 09:43:36 -04:00
Nathan Froyd
ad0eb8954e Bug 903543 - eliminate static constructors for SMIL type singletons; r=dholbert
Add MOZ_CONSTEXPR to the constructors to inform the compiler the constructors
can be folded away.  Remove protected/private destructors so that static
destructors don't have to be registered with static constructors.
2013-08-12 10:13:34 -04:00
Nathan Froyd
bfbf646b23 Bug 905135 - move zero values to their point of use in nsSMILCSSValueType.cpp; r=dholbert 2013-08-14 08:45:49 -04:00
Ryan VanderMeulen
8b8be2a46a Merge m-c to inbound. 2013-08-14 17:11:30 -04:00
Ryan VanderMeulen
564f98851e Merge fx-team to m-c. 2013-08-14 17:04:38 -04:00
Randell Jesup
3966b79145 Bug 905062: Clean up fake source for getUserMedia r=padenot 2013-08-14 17:01:16 -04:00
Bobby Holley
c695bf8a82 Bug 903212 - Remove explicit compartment GC machinery. r=smaug 2013-08-14 14:00:03 -07:00
Bobby Holley
2ce8f2d13b Bug 903212 - Remove nsIXPCScriptNotify machinery. r=mrbkap 2013-08-14 14:00:03 -07:00
Bobby Holley
ecce09df53 Bug 903212 - Remove ScriptEvaluated, and simplify callers. r=mrbkap 2013-08-14 14:00:03 -07:00
Bobby Holley
7282f447c0 Bug 903212 - Add a GC when popping a script entry point. r=mrbkap
I think that this is more or less isomorphic with the MaybeGC we do in
ScriptEvaluated in the cases that matter. And doing it in a spec-defined
place is helpful in getting rid of spec-nonsensical machinery.
2013-08-14 14:00:02 -07:00
Bobby Holley
7f8ef2275d Bug 903212 - Remove activity tracking from nsJSContext. r=smaug
This only has an impact when we enable explict compartmental GCs, which have
been preffed off for a while.
2013-08-14 14:00:02 -07:00
Gaia Pushbot
e702b23f7e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/58c6fafc2ed4
Author: Olav Nymoen <olav@comoyo.com>
Desc: Merge pull request #11525 from comoyo/allow_open_remote

Bug 819882: Allow all apps to open OOP. From & to , string separator. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/9ddf51e471de
Author: Olav Nymoen <olav@comoyo.com>
Desc: Bug 819882: Allow all apps to open OOP. From & to , string separator. r=alive
2013-08-14 12:05:23 -07:00
Erik Vold
7079f5f1d6 Bug 689291 test-tabs.test window focus changes active tab | Test output exceeded timeout (60s). r=Mossop 2013-08-14 10:57:38 -07:00
Erik Vold
a32250be4f Bug 846165 - Intermittent tests/test-panel.test Document Reload. r=gozala 2013-08-14 11:02:03 -07:00
Erik Vold
f940e53ada Bug 904136 - Intermittent test failure: TEST-UNEXPECTED-FAIL | simple-prefs/main.testAOM | Timed out. r=Mossop 2013-08-14 11:02:18 -07:00
ZER0
c0c0ae38fc Bug 865391 - Intermittent Jetpack TEST-UNEXPECTED-FAIL | unknown | Test output exceeded timeout (60s). r=Mossop 2013-08-14 11:00:14 -07:00
Yuan Xulei
cdd3131bdc Bug 904628 - Make the code dealing with contentEditable in forms.js more robust. r=fabrice 2013-08-14 13:54:36 -04:00
Yuan Xulei
7be5c38461 Bug 902168 - Ignore editable document in forms.js. r=fabrice 2013-08-14 13:53:53 -04:00
Gaia Pushbot
5b790dffee Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4e8dc46f1c1e
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11469 from KevinGrandon/bug_903652_calendar_swiping

Bug 903652 - Add delayed transition visibility for tooltip

========

https://hg.mozilla.org/integration/gaia-central/rev/7c19afa8af95
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 903652 - Add delayed transition visibility for tooltip
2013-08-14 10:45:23 -07:00
Gaia Pushbot
b503b0143a Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/de813755d4a4
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 904220 - [Clock] Unit tests should not create actual alarm records r=ian-liu

commit af2a65ee86cc861a5b76dd2aca05bb1c6dfcd95d
Author: Mike Pennisi <mike@mikepennisi.com>
Date:   Tue Aug 13 15:32:54 2013 -0400

    Fix bug in unit tests

    Loading the application HTML into the unit test environment breaks some
    assumptions made by the tests. Notably: elements appended to the DOM
    which have identical DOM IDs will no longer be returned by
    `document.getElementById`.

    A slightly cleaner approach might involve re-loading the `body` HTML
    before *every* test and referencing elements from the global `ClockView`
    object directly. This has two drawbacks:

    1. It will tend to slow down the test suite (especially as more tests
       are written)
    2. It will require further re-factoring of the application logic (which
       caches references to its DOM nodes when they are first referenced).

    For these reasons, we might prefer the simplistic fix outlined by this
    patch.

    Part of this fix requires consistently loading the `loadBodyHTML`
    utility function in `setup.js` (so that it is loaded when the test-agent
    runs the entire test suite *and* when it runs individual test files).

commit 0ca745a11747ec7c27f333ae0bf675c7da883c6c
Author: Rick Waldron <waldron.rick@gmail.com>
Date:   Mon Aug 12 18:46:31 2013 -0400

    Bug 904220 - [Clock] Unit tests should not create actual alarm records

    https://bugzilla.mozilla.org/show_bug.cgi?id=904220

    - Reorders require files alphabetically
    - Adds Mocks:
        - mock_alarm_list.js
        - mock_alarm_manager.js
        - mock_navigator_mozl10n.js
    - Update tests to use actual markup as fixture
    - Update tests to use the same mocha API as other tests
    - Use mocks instead of creating real alarm records
    - Use sinon sandbox features

    Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-14 10:35:23 -07:00
Nick Fitzgerald
751474b94d Bug 840684 - Source map the location of frames in the RDP; r=vporof 2013-08-14 09:50:28 -07:00
Brian Nicholson
d0a07b8456 Bug 901903 - Don't try to fetch guest profile if it doesn't exist. r=wesj 2013-08-14 09:07:00 -07:00
Markus Stange
ba6b813d44 Bug 903586 - Use position:relative to provide a reference element for absolutely positioned highlighter elements. r=dao 2013-08-14 15:31:44 +02:00
Ms2ger
a04009b5b7 Merge latest PGO-green inbounc changeset to m-c. 2013-08-14 14:45:47 +02:00
Carsten "Tomcat" Book
c59c17d9bf merge fx-team to mozilla-central 2013-08-14 14:29:37 +02:00
Carsten "Tomcat" Book
b753353c47 merge b2g-inbound to mozilla-central 2013-08-14 14:11:03 +02:00