Commit Graph

130200 Commits

Author SHA1 Message Date
Mihai Sucan
7143b7bc62 Bug 865792 - Firefox for Android remote console doesn't evaluate JS expressions; r=past 2013-05-01 14:38:45 +03:00
Mihai Sucan
ab7a4345cc Bug 865288 - Do not count console.log messages with different objects as repeats; r=past 2013-05-02 18:21:45 +03:00
Tim Taubert
f0940a0463 Bug 868026 - Remove window.__SS_dyingCache and replace it with some appropriate use of WeakMap; r=yoric 2013-05-03 09:42:16 +02:00
Tim Taubert
ce6d888d4d Bug 867118 - Remove browser.__SS_data and use a WeakMap instead; r=yoric 2013-05-03 09:41:00 +02:00
Ritesh Modi
2a70c17194 Bug 866636 - AddonUpdateChecker bypasses it cache, but doesn't inhibit writing to it. r=Unfocused 2013-05-03 16:24:51 +12:00
Panos Astithas
33f5801d07 Add more logging for bug 847558 (on amazon ec2 vm's browser_dbg_createChrome.js hangs on opt builds); rs=robcee 2013-05-02 20:39:48 +03:00
Mihai Sucan
ed81cfdc25 Bug 855058 - Fix for intermittent browser/dom/tests/browser/browser_ConsoleAPITests.js | timer duration is positive; r=rcampbell 2013-04-30 21:35:07 +03:00
Mihai Sucan
d1cf72a4bc Bug 865871 - Allow object inspector to be closed by pressing Escape; r=past 2013-05-02 14:53:11 +03:00
Tim Taubert
6de33f755f Bug 867097 - Remove re-use of __SS_data, and the superfluous __SS_tabStillLoading property; r=yoric 2013-05-02 12:12:30 +02:00
Dave Camp
74e5c00822 Backed out changeset 9c204e0c1af1 (bug 867485) for bustage. 2013-05-01 14:03:19 -07:00
Dave Camp
4410b7de65 Bug 867485: Move the devtools loader into toolkit/ r=jwalker 2013-05-01 09:27:24 -07:00
Steve Singer
41da137708 Bug 867439 - Only include IonFrames.h when building with ION. r=nbp 2013-05-01 08:48:27 -04:00
Douglas Crosher
a89a6efdfa Bug 860749 - Set an appropriate ION_SPEW_DIR for Android. r=mrosenberg 2013-04-12 00:10:16 +10:00
Sam Foster
b46159353a Bug 856267 - Hide menu popups when the appbar shows with a listener for MozContentShowing. r=jimm
--HG--
extra : rebase_source : 53eac3a18450458df9ab4f5492e4bf572db5b0ee
2013-04-30 16:36:26 +01:00
Ryan VanderMeulen
27003d4e83 Merge m-c to inbound. 2013-05-01 08:00:14 -04:00
Jonathan Kew
f88d6ce33e bug 857089 - backout changeset b85353b6cc38 pending revised UI for the feature 2013-05-01 10:12:41 +01:00
Chris Cooper
43b405ed8b Bug 851753 - Set --enable-stdcxx-compat for static analysis clang build (DONTBUILD) - r=jcranmer 2013-05-01 11:10:41 +02:00
Ms2ger
b19b355fe0 Backout changeset e113285ef790 for the wrong bug number. DONTBUILD 2013-05-01 11:09:33 +02:00
ISHIKAWA, Chiaki
81c8524348 Bug 824338 Fix typo in warning message in nsRDFXMLDataSource.cpp. r=Neil DONTBUILD as this doesn't change code. 2013-05-01 09:49:14 +01:00
Tim Taubert
a687d09b37 merge m-c to fx-team 2013-05-01 10:18:22 +02:00
Ryan VanderMeulen
953d338008 Merge inbound to m-c. 2013-04-30 21:58:19 -04:00
Ryan VanderMeulen
f588723e41 Merge the last PGO-green inbound changeset to m-c. 2013-04-30 21:49:23 -04:00
Dave Camp
8dfde38789 Bug 867481 - Remote debugging connection screen is broken. r=harth 2013-04-30 18:40:44 -07:00
Heather Arthur
277e52d627 Bug 866264 - Intermittent devtools/styleeditor/test/browser_styleeditor_new.js | new editor shows 1 rule after modification - Got 2, expected 1; r=dcamp 2013-04-30 17:19:59 -07:00
Ryan VanderMeulen
efc1db7f89 Merge birch to m-c. 2013-04-30 20:06:30 -04:00
Ehsan Akhgari
b2b952942b Bug 865234 - Part 9: Avoid variable shadowing in AudioNodeStream::ObtainInputBlock; r=roc 2013-04-30 19:37:58 -04:00
Geoff Brown
9d40da28b7 Bug 865005 - Follow-up: disable netwerk xpcshell tests on Android; DONTBUILD 2013-04-30 16:13:11 -06:00
Allison Naaktgeboren
bbf59cf12d Bug 856049 - Lower border of 'Pair a device' input box is missing.r=mbrubeck 2013-04-30 15:02:00 -07:00
Jim Blandy
21eb2a29e4 Bug 866231: Have the remote protocol profiler actor copy notification values and break cycles before sending them to the client. r=dcamp 2013-04-30 15:00:29 -07:00
Jim Blandy
f6ec534a2e Bug 865073: debugging protocol: Systematically catch and log exceptions thrown by handler functions that their callers would otherwise ignore. r=dcamp 2013-04-30 15:00:29 -07:00
Allison Naaktgeboren
9bc3cb622e Bug 865567 - Remove small box with orange border flickering (on top) when swiping in Snapped View.r=mbrubeck 2013-04-30 14:45:22 -07:00
Jim Blandy
7b5a4624a3 Bug 862531: Replace BaseProxyHandler::obj_toString with className. r=jorendorff 2013-04-30 14:44:50 -07:00
Robert Strong
b4111746cf Remove the 'Back' button from the stub installer options page - Bug 799172 - 'Back' after 'Options' just returns to the first dialog. r=bbondy, ui-r=shorlander - Windows stub installer only which is only built when building the nightly - DONTBUILD 2013-04-30 14:15:49 -07:00
Ryan VanderMeulen
fc8f7d6a67 Backed out changeset c0789f4c3113 (bug 863523) for Android no-ion bustage.
CLOSED TREE
2013-04-30 17:01:02 -04:00
Shane Caraveo
810563e651 bug 866354 fix social button styling on windows, r=jaws 2013-04-30 12:27:25 -07:00
Steve Fink
05ea36d0e1 No bug. Fix a "used but not defined" warning from calling TypedArray::type() in MIR.h. r=woof!
--HG--
extra : rebase_source : 1edf8aebf55b81c27dad32a07fe9729575f64991
2013-04-30 14:31:32 -07:00
Gregor Wagner
2364dfa204 Bug 864695 - [Dialer] Numbers starting with 5 retrive wrong phone number suggestions. r=reuben.bmo, r=bent 2013-04-30 15:14:09 -04:00
Yura Zenevich
289a04f4c2 [PATCH 2/2] Bug 833286 - added tests for improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
 browser/components/sessionstore/test/Makefile.in   |    1 +
 .../test/browser_833286_atomic_backup.js           |  143 ++++++++++++++++++++
 2 files changed, 144 insertions(+), 0 deletions(-)
 create mode 100644 browser/components/sessionstore/test/browser_833286_atomic_backup.js
2013-04-30 14:07:54 +02:00
Yura Zenevich
683cc17075 [PATCH 1/2] Bug 833286 - added improvements to atomic backup of sessionstore.js. r=yoric, ttaubert
---
 .../components/sessionstore/src/SessionStore.jsm   |   45 +++++--
 .../components/sessionstore/src/_SessionFile.jsm   |  131 ++++++++++++++-----
 2 files changed, 127 insertions(+), 49 deletions(-)
2013-04-30 14:07:40 +02:00
Rob Campbell
bfa21f354e Bug 860349 - Intermittent browser_dbg_createChrome.js | application timed out after 330 seconds with no output; r=testonly 2013-04-30 12:40:00 +03:00
Ryan VanderMeulen
200fc51111 Merge inbound to m-c. 2013-04-30 13:34:12 -04:00
Chris Cooper
dfbf3b84c3 Bug 851573 - Set --enable-stdcxx-compat for static analysis clang build (DONTBUILD) - r=jcranmer 2013-04-30 12:52:44 -04:00
Ed Morley
a8d44dbeb4 Merge latest green inbound changeset and mozilla-central 2013-04-30 13:53:14 +01:00
Ed Morley
bf78b1505a Merge mozilla-central to birch 2013-04-30 10:36:10 +01:00
Tim Taubert
ab30c62c82 merge m-c to fx-team 2013-04-30 10:39:24 +02:00
Panos Astithas
423ce44d1c Bug 861197 - chrome.manifest files created by the devtools loader should be ignored; r=dcamp; DONTBUILD because NPOTB 2013-04-30 10:22:25 +03:00
Phil Ringnalda
47cc5a79b7 Bug 862520 followup - Package skipped_tests_winxp.txt so we actually skip failing webgl mochitests 2013-04-29 21:39:05 -07:00
Ehsan Akhgari
66a7c4f50c Bug 865234 - Part 8: Add a test case for channel mixing rules; r=roc 2013-04-30 00:06:04 -04:00
Ryan VanderMeulen
9950026482 Merge m-c to birch. 2013-04-29 21:22:24 -04:00
Ehsan Akhgari
414dfbe6ed Bug 865234 - Part 7: Change the speaker up-mixing and down-mixing rules according to the Web Audio spec; r=roc 2013-04-29 20:15:26 -04:00