Commit Graph

232152 Commits

Author SHA1 Message Date
Hector Zhao
ad746928dd Bug 1138807 - Treat user cancelling of HTTPHandlerPane as Success. r=jimm 2015-03-03 12:55:50 +08:00
Mike Conley
926d479e57 Bug 1088070 - If saving print settings in the content process, proxy to the parent. r=smaug. 2015-03-02 14:33:53 -05:00
Mike Conley
a6dfe73b2c Bug 1088070 - Rename nsPrintingPromptServiceProxy to nsPrintingProxy. r=smaug. 2015-03-02 14:34:05 -05:00
Byron Campen [:bwc]
905d08a68d Bug 1137932: Unwind the stack before starting the DTLS handshake. r=mt 2015-02-27 15:17:23 -08:00
Terrence Cole
0af3e9a222 Bug 1139983 - Fail the alloc if the nursery is full in NoGC; r=bhackett 2015-03-05 08:57:34 -08:00
Terrence Cole
a7554d6cda Bug 1133140 - Move runtime heap size limit checks up to GCIfNeeded; r=sfink 2015-03-05 08:57:32 -08:00
Geoff Brown
3709a0373e Bug 1138468 - Disable test_audioBufferSourceNodeNeutered.html on android debug; r=trivial 2015-03-05 10:47:41 -07:00
Geoff Brown
e8c7419343 Bug 1062365 - Bump mozharness rev; r=armenzg 2015-03-05 10:47:40 -07:00
Nikhil Marathe
8c4d11dc98 Bug 1139561 - Various small ServiceWorker test fixes. r=baku
Replace setTimeout for test_unregister with detailed checks for active worker before opening iframe
check for null reg in unregister tests
Removed current dir scope so potential fetch event slowdown does not timeout tests
use navigator.serviceWorker to receive messages
Remove leftover getRegistration() test
2015-03-03 16:00:02 -08:00
Jason Gersztyn
629dff18c4 Bug 1132673 - Removing the scope line from ServiceWorkerGlobalScope and changing the signature and body of getScope. r=nsm,baku 2015-03-04 15:59:17 -08:00
Terrence Cole
e9c9f8d557 Bug 1134425 - Part 2: templatize the GC's allocation routines; r=jonco 2015-03-04 11:30:24 -08:00
Mason Chang
ff718e1e80 Bug 1139726 - Assert gfxPlatform::Init is called on the main thread. r=kats 2015-03-05 08:43:53 -08:00
Philip Chee
8ccee4cca9 Bug 1124503 move AppConstants.jsm to toolkit r=gavin 2015-03-06 00:18:20 +08:00
Ryan VanderMeulen
909bbb3180 Backed out changeset 99c2fcc61cc2 (bug 958147) for B2G Desktop and Mulet checktest failures.
CLOSED TREE
2015-03-05 10:02:07 -05:00
Ehsan Akhgari
266806168c Bug 1097242 - Make sure contenteditable -moz-user-select styles can be overridden by web pages; r=dbaron 2015-03-05 09:55:37 -05:00
Ehsan Akhgari
b06e1e1f4b Bug 1127140 - Run the tests for bug 989012 with the touch caret disabled 2015-03-05 09:53:22 -05:00
Jan de Mooij
eb04d3bd48 Bug 1059364 - Don't emit ObjectGroupDispatch fallback path if we know it's never used. r=bhackett 2015-03-05 15:47:13 +01:00
Jan de Mooij
4c00c60cad Bug 1129977 - Fix bogus MarkOffThreadNurseryObjects assert when post-barrier verifier is used. r=terrence 2015-03-05 15:47:11 +01:00
Carsten "Tomcat" Book
0d006404c3 Merge mozilla-central to mozilla-inbound 2015-03-05 15:46:10 +01:00
Ryan VanderMeulen
7fe8f52110 Bug 752796 - Skip test_streams_element_capture.html on B2G Desktop. 2015-03-05 09:30:37 -05:00
Ryan VanderMeulen
bc461e5e9f Backed out changeset 816591da074c (bug 752796) for disabling the wrong test. 2015-03-05 09:34:32 -05:00
Ryan VanderMeulen
f6bc49c327 Bug 752796 - Skip test_streams_element_capture.html on B2G Desktop. 2015-03-05 09:30:37 -05:00
Ryan VanderMeulen
a83ec50948 Bug 1096270 - Skip test_streams_gc.html on B2G Desktop. 2015-03-05 09:29:19 -05:00
Anish
b932da5627 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r = jmaher,mwargers,ahal 2015-03-05 09:14:04 -05:00
Ben Hearsum
1c446921e4 bug 1138990: 64-bit windows xulrunner is busted. r=glandium 2015-03-05 08:58:30 -05:00
Masatoshi Kimura
926928febc Bug 1138882 - Add a pref to enable unrestricted RC4 fallback. r=keeler 2015-03-05 22:51:31 +09:00
Jon Coppeard
186d726ceb Bug 1138874 - Change ReparentWrapper() to avoid multiple JS objects pointing to the same native r=bholley 2015-03-05 13:39:53 +00:00
Carsten "Tomcat" Book
9c5a38f5af Backed out changeset b3fe7a6a4939 (bug 958147) for m4 test failures on a CLOSED TREE 2015-03-05 14:00:33 +01:00
Hannes Verschore
be0a2f6c6c Bug 1138265: update testcase to be more correct, r=bbouvier ON CLOSED TREE 2015-03-05 13:30:07 +01:00
Anish
efd862e7b5 Bug 958147 - Remove run_if filter from manifestparser, r=ahal 2015-03-04 15:46:58 -05:00
Joel Maher
fa4c007cb3 Bug 1139328 - update talos to latest version for preferences and e10s fixes. r=wlach 2015-03-05 06:43:55 -05:00
Alexandre Lissy
32049a60d0 Bug 1039834 - Fix PNG suite reftest on mulet. r=dbaron 2015-03-04 10:12:00 +01:00
Nick Fitzgerald
1535cf4051 Bug 1139217 - Make js::HashSet<T> work with move-only T types; r=luke 2015-03-03 17:54:00 +01:00
Jeremy Chen
dbfe14633a Bug 1138839 - Part2 - Fix naming issue in marionette test for selection carets. r=automatedtester 2015-03-03 02:03:00 +01:00
Jeremy Chen
cf31e9da1a Bug 1138839 - Part1 - Marionette test for selecting text inside an iframe. r=automatedtester 2015-03-03 01:58:00 +01:00
Honza Bambas
f870d95ddf Bug 1136897 - Don't evict expired entries from disk. r=michal 2015-03-03 07:58:00 +01:00
Jim Mathies
96dfcec058 Bug 1133237 - When transitioning from a shadow layer tree that has plugins to a tree that does not, make sure the old plugins get hidden properly. r=roc 2015-03-04 07:46:15 -06:00
Milan Sreckovic
9fb38f1fb7 Bug 1133119 - ::Map should fail if the data is null, and add more null pointer checks. r=mattwoodrow 2015-03-03 11:17:55 -05:00
Dragana Damjanovic
315caa1553 Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus 2015-03-04 14:17:00 +01:00
Cykesiopka
73a56cbbda Bug 1121117 - Add some logging to test_ocsp_timeout.js to ease debugging. r=dkeeler 2015-03-03 14:25:00 +01:00
JW Wang
e3c78339dd Bug 1113596 - add logs to track media element events. r=edwin 2015-03-04 18:43:00 +01:00
Jose Antonio Olivera Ortega
37600d8d77 Bug 1041339 - ServiceWorkers: Update implementation based on clarification of force-refresh. r=nsm 2015-03-04 02:54:00 +01:00
Mike Conley
9c8c8a8165 Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop. 2015-02-27 14:17:33 -05:00
Michael Comella
da8d8fa7f3 Bug 1137240 - Specify primaryColorDark in v21 themes.xml to set status bar color. r=liuche
Used the same color as we did previously in the status bar tint (bug 1056002).

Doesn't work on my 5.0.1 N9 but works fine on 5.0.1 N4.
2015-02-26 10:12:12 -08:00
Michael Comella
be3b391b63 Bug 1138723 - Remove GeckoBase theme in values-large-v11/ to inherit from Material on tablet. r=liuche
GeckoBase in values-large-v11 overrode the values-v21 GeckoBase and prevented
Tablet from inheriting from Material.
2015-03-03 08:41:39 -08:00
Michael Comella
063330415a Bug 1138723 - Move arrowPopupWidth to dimens (from theme attr). r=liuche
This required the creation of custom_match_parent and custom_wrap_content
dimens (via http://stackoverflow.com/a/19043952).
2015-03-03 08:36:33 -08:00
Dave Townsend
22885d24dd Bug 1073462: Send synthetic property with Content:LocationChange message. r=felipe
The browser.isSynthetic property is needed by the zoom code to detect when to
apply the correct zoom level. In e10s it is currently only set when a new
document is created which means we don't set it right for history navigation.
This sends it with the Content:LocationChange message which is where it is
needed by the zoom code anyway.
2015-03-03 16:58:53 -08:00
ronak
9b1bec56da Bug 1122767 - Remove lockscreen code from SearchWidget. r=wesj 2015-02-26 06:17:00 -05:00
Yoshi Huang
3c9cfd2a18 Bug 1137107 - Part 2: Add NfcResponseType and NfcNotificationType. r=smaug, dimi 2015-02-26 17:23:17 +08:00
Yoshi Huang
4cf97dac15 Bug 1137107 - Part 1: Add NfcRequestType. r=smaug, dimi
From 2c1e87a8e1018f2c1d9f8825e36d1478a8a409bc Mon Sep 17 00:00:00 2001
---
 dom/nfc/gonk/Nfc.js                | 22 ++++++---
 dom/nfc/gonk/NfcGonkMessage.h      |  9 ----
 dom/nfc/gonk/NfcMessageHandler.cpp | 91 +++++++++++++++++++-------------------
 dom/nfc/gonk/NfcOptions.h          |  2 +-
 dom/webidl/NfcOptions.webidl       | 16 ++++++-
 5 files changed, 76 insertions(+), 64 deletions(-)
2015-02-26 13:49:28 +08:00