Commit Graph

142949 Commits

Author SHA1 Message Date
Gaia Pushbot
0e29f698d1 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f7a77191a8b5
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #11343 from arcturus/bug-901472

Bug 901472 - [Cost Control] Modify the parameters for checking the credit in Colombia
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/23386613230c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 901472 - [Cost Control] Modify the parameters for checking the credit in Colombia
2013-08-13 03:51:34 -07:00
Gaia Pushbot
f959f40fc0 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f53a55fb7dba
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11423 from crh0716/900874

Bug 900874 - Register to DOM events instead of system messages r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/c70b822c886e
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 900874 - Register to DOM events instead of system messages

========

https://hg.mozilla.org/integration/gaia-central/rev/e7560439092a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11449 from crh0716/903181

Bug 903181 - Add a step value r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/811120d1f1aa
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 903181 - Add a step value
2013-08-13 02:25:27 -07:00
Gaia Pushbot
b352354f32 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/93333daac801
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #11474 from dominickuo/bug-894203

Bug 894203 - Update the @1.5x assets for music app, r=rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/a352b9a46b36
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 894203 - Update the @1.5x assets for music app
2013-08-13 02:10:25 -07:00
Shane Caraveo
1362d71920 bug 899671 avoid execution in socialapi during startup if not enabled, r=jaws 2013-08-12 12:06:22 -07:00
Jordan Santell
6a956bbbc3 Bug 893846: Fix tab.index test intermittent. r=Mossop 2013-08-12 10:57:45 -07:00
Dave Townsend
1fdb504fd5 Bug 903115: Many context-menu tests timeout on tinderbox. r=jsantell 2013-08-12 10:53:29 -07:00
Tim Taubert
f5d4545aa0 Bug 903293 - Remote browser constructors shouldn't try to initialize session history; r=felipe 2013-08-12 20:16:11 +02:00
Nick Alexander
b6c6d1574e Bug 903123: Add HawkAuthHeaderProvider for Android Background Services. r=rnewman
Hawk is an HTTP authentication scheme using a message authentication
code (MAC) algorithm to provide partial HTTP request cryptographic
verification.  Hawk is the successor to the HMAC authentication
scheme.  The Hawk scheme is descripted at
https://github.com/hueniverse/hawk

Hawk is under-specified; this implementation interoperates with the
git hash at
871cc59797
2013-08-12 11:10:03 -07:00
Kartikaya Gupta
8a9580723f Bug 896547 - Fix regression due to incorrect change in 2765ec8ccf3b. r=Cwiiis
We use two different "pageWidth" calculations in browser.js, and the
regressing change switched from using one definition to the other. This
caused an infinite remeasure loop.
2013-08-12 13:26:08 -04:00
Brandon Benvie
7b0b48adf9 Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp 2013-08-12 10:15:22 -07:00
Adam Roach [:abr]
348d297f5d Bug 904108 - Add explicit assignment operator to js::Value r=luke 2013-08-12 12:01:23 -05:00
Phil Ringnalda
20bd303063 Backed out changeset aadb205e7f05 (bug 881681) for Android Armv6 refteset-2 failures 2013-08-12 20:22:11 -07:00
Ed Morley
402e3176c7 Backed out changeset 64324e19ca10 (bug 903715) for failures in test_bug903715.html on a CLOSED TREE 2013-08-12 16:59:00 +01:00
Max Li
6e498e0b65 Bug 904070 - Unlabelled button on addons screen. r=margaret 2013-08-12 10:47:09 -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
Masayuki Nakano
aae77dd788 Bug 903715 Consume Enter keydown event if dropdown of <select> element is closed by it r=smaug 2013-08-14 15:34:03 +09:00
Tim Taubert
b38bf4e53c Bug 904003 - Move session saving code into its own module; r=yoric 2013-08-14 08:11:23 +02:00
Tim Taubert
28ab83cc7c Bug 904529 - Remove SessionStore._initialState and pass it as an argument to .onLoad(); r=smacleod 2013-08-14 08:03:28 +02:00
Gina Yeh
9edb7b4db6 Bug 889795 - Reply 'Authorize' signal for supported profile, r=echou, sr=mrbkap 2013-08-14 13:54:18 +08:00
Camilo Viecco
a7465b0521 Bug 902511 - Batch of EV certs for August (augments struct in nsIdentityInfo). r=honzab 2013-08-13 22:21:20 -07:00
Tim Taubert
d03361e6c6 Bug 903398 - [Session Restore] Use a 'cookie-changed' observer instead of asking the cookie service for every host; r=yoric 2013-08-14 07:10:07 +02:00
Johnny Stenback
070b819370 Bug 903311. Remove all ChromeOnly methods on window.history. r=bzbarsky 2013-08-13 21:02:01 -07:00
Masayuki Nakano
9fb545971d Bug 892606 part.4 Don't handle non-keydown message as a part of dead key handling after keydown causes resetting dead key state r=jimm 2013-08-14 11:09:38 +09:00
Masayuki Nakano
6e8acf6c58 Bug 892606 part.3 FakeCharMsg should be marked as consumed and only non-consumed char message should be synthesized r=jimm 2013-08-14 11:09:38 +09:00
Masayuki Nakano
c08a6fe63f Bug 892606 part.2 Fix scancode value in lParam generated by KeyboardLayout::SynthesizeNativeKeyEvent() r=jimm 2013-08-14 11:09:38 +09:00
Masayuki Nakano
bdaeddf9ea Bug 892606 part.1 Add debug logs to KeyboardLayout.cpp r=jimm 2013-08-14 11:09:37 +09:00