Commit Graph

162747 Commits

Author SHA1 Message Date
Arnaud Bienner
117c43569b Bug 944737 - Allow only one color picker at a time. r=dholbert,jmathies 2014-01-11 18:46:20 +01:00
Majda Nafissa Rahal
2a82fe03b8 Bug 884355 - Warn about closing multiple tabs when "Never remember history" is enabled" r=gavin 2013-06-23 05:03:00 -04:00
Masatoshi Kimura
dca21c697c Bug 952961 - Remove our own executable check and pref check, and added a regitry check when downloading a file. r=paolo 2014-01-12 17:05:28 +09:00
Horia Iosif Olaru
bce480b79c Bug 950416 - Set the background-blend-mode pref in test_background_blend_mode.html so it works whether or not it's already enabled, r=roc 2014-01-10 03:29:39 +02:00
Niko Matsakis
962d3dda24 Bug 955815 - Correct test headers for SIMD tests 2014-01-08 01:44:00 -08:00
Brian Smith
2124fbb83f Bug 958906: Remove reliance on implicit conversion from enum types to integers to fix VS2013 build bustage, r=bjacob
--HG--
extra : rebase_source : 2e197e5f74cf20eae6f9b1801056d0438e527696
2014-01-11 22:26:20 -08:00
Brian Smith
54577ca0b6 Bug 957665: Add telemetry to measure how many people have OCSP enabled, r=keeler
--HG--
extra : rebase_source : e6dd0d7d06ce0eb5b2f34a77a851dd7c0655ac3e
2014-01-08 08:59:53 -08:00
Mats Palmgren
fb67e96d3a Bug 958249 - The first ::first-letter continuation should display all sides of the border, the following continuations none. r=dholbert 2014-01-12 04:05:49 +00:00
Mats Palmgren
3abb87dbc7 Bug 943249 - Repair a few reftests that depend on the old @scrolling behavior. 2014-01-12 04:05:49 +00:00
Mats Palmgren
fc7d995a51 Bug 943249 - Reftests. 2014-01-12 04:05:49 +00:00
Mats Palmgren
0b5c8bb86e Bug 943249 - Make <[i]frame scrolling> compatible with IE/Chrome; that is scrolling="no" (and synonyms) suppress scrollbars (as before), anything else has no effect. r=bz 2014-01-12 04:05:49 +00:00
Nicholas Cameron
6630c7c1c6 Bug 956967. Don't use direct2d if we forcing d3d9. r=Bas
--HG--
extra : rebase_source : 5a4505f9fe043cce965b11a0d1c33815d2b0be3e
2014-01-12 17:02:30 +13:00
Nicholas Cameron
07571f1ffe Bug 956967. If we have to fallback to our default Azure backend, we must support that backend. r=nical
--HG--
extra : rebase_source : 2cc8d34078df6db64353cf5236572f085c2be72e
2014-01-12 17:02:18 +13:00
Josh Aas
7de9a1ae69 Bug 957883: Handle channel errors during process launch such that we don't sit on a dead channel for the full time-out (e.g. 45 secs for NPAPI), and allow us to detect when an error happens during child process init. Also, now that it's possible, actually check for an error during NPAPI child process init. r=bsmedberg 2014-01-11 21:51:00 -06:00
Olli Pettay
35de0a3108 Bug 958867, consistent OwningObject handling in IDBFactory::Create methods, r=bent 2014-01-12 04:45:15 +02:00
Xavier Fung
62e41fb326 Bug 892859 - Fix Angle to build on Visual Studio 2013. r=bjacob 2014-01-12 05:09:29 +09:00
Till Schneidereit
c508e44ae8 Bug 958804 - Properly handle lazy functions in GenerateScopeChainGuard. r=jandem
--HG--
extra : rebase_source : daa5fedc69972d2c1bd7a8d36f294d0e2de679b4
2014-01-11 17:54:32 +01:00
Craig MacKenzie
7e405c6737 Bug 952570 - Added an IID to the tickler 2014-01-09 17:04:00 -05:00
Till Schneidereit
52d4723af0 Bug 958726 - Perform shrinking GC if nsJSContext::GarbageCollectNow is called with aShrinking == ShrinkingGC. r=billm
--HG--
extra : rebase_source : b590c474fc195e2118de19f4ce9747bb4407d0f0
2014-01-10 23:44:28 +01:00
Trevor Saunders
9478cae48b bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug 2014-01-06 17:34:15 -05:00
Benoit Jacob
944d046992 Bug 943925 - Fix the loading of the glDrawBuffers symbol - r=jgilbert 2014-01-10 22:14:17 -05:00
Phil Ringnalda
b12597a3a1 Back out 30d5d70de548:1d61285b1da5 (bug 958672) for Linux32 jit-test failures
--HG--
extra : rebase_source : 57253988fe8ec431e03a28f4203d122ceb5c4da9
2014-01-10 18:44:50 -08:00
Robert Strong
61abc7999a Part 2 of Bug 930194 - Add prerequisite checks for MozillaMaintenance Service tests that fail the tests if the build system is not properly configured. r=bbondy 2014-01-10 18:45:54 -08:00
Shu-yu Guo
448fd0a7b4 Bug 919638 - Followup: unbreak compiling without NSPR. (r=pnkfelix) 2014-01-10 17:12:17 -08:00
Wes Kocher
d4fb1ca15a Backed out changeset ab1d9c6b581a (bug 919638) for build bustage 2014-01-10 17:33:08 -08:00
Cameron McCormack
e0aba8def2 Bug 957770 - Take SVG font size scaling into account when vertically aligning text. r=roc 2014-01-11 12:13:09 +11:00
Bill McCloskey
a6625bd8f0 Bug 957427 - Expose an nsILoadContext shim in nsIFrameLoader (r=smaug) 2014-01-10 17:10:57 -08:00
Bill McCloskey
2a250929da Bug 950833 - Enable WebGL on Linux without forcing it (r=bjacob) 2014-01-10 17:09:20 -08:00
Shu-yu Guo
bb8ac58b5d Bug 919638 - Followup: unbreak compiling without NSPR. (r=pnkfelix) 2014-01-10 17:12:17 -08:00
Kyle Huey
45cb351d71 Bug 957693: Fix a worker hang and other related bugs. r=bent 2014-01-10 16:37:47 -08:00
Aaron Klotz
8267f04e5f Bug 957256: Modify StartupCache callbacks to use context parameter to obtain object pointer; r=bsmedberg 2014-01-10 17:16:25 -07:00
Sean Stangl
1959090123 Bug 958672 - Part 2/2 - Don't load unobservable MCall return values. r=h4writer 2014-01-09 15:51:47 -08:00
Sean Stangl
72e20d6f5e Bug 958672 - Part 1/2 - Remove argslot from MCall LIR. r=h4writer 2014-01-09 15:32:51 -08:00
L. David Baron
c20e5d2d01 Bug 783133: Remove NS_ABORT_IF_FALSE that fires somewhat regularly, which happens in a case that is correctly handled. r=mcmanus 2014-01-10 15:32:32 -08:00
Daniel Holbert
f7ab8735ae Bug 958734: Add extra layer of parens to fix JS warning in JSDOMParser.js. r=bnicholson 2014-01-10 15:28:51 -08:00
Nikhil Marathe
422b70d70b Bug 958684 - Fix AsyncErrorReporter leak in Promises. r=mccr8 2014-01-10 14:07:46 -08:00
Guillaume Abadie
53a1d7c749 bug 958491 - Fixes bug in WebGLContext::GetFramebufferAttachmentParameter(gl.FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING) when sRGB extension is not enabled - r=jgilbert 2014-01-10 22:42:09 +01:00
Ben Turner
7646853bc7 Bug 957828 - Move stack machinery to cpp file, r=bsmedberg. 2014-01-10 12:58:31 -08:00
Ben Turner
61c7f7aacf Bug 957828 - Don't make stack copies of all IPC messages, r=bsmedberg. 2014-01-10 12:58:20 -08:00
Benoit Jacob
c1099f27c0 Bug 958256 - Mark standard_derivatives as unsupported on Vivante drivers - r=jgilbert,snorp 2014-01-10 14:50:25 -05:00
Ryan VanderMeulen
9de952222b Merge m-c to inbound. 2014-01-10 14:49:37 -05:00
Daniel Holbert
7d74d014f8 Bug 958075: Request longer timeout in test_extra_inherit_initial.html, so that it won't hit the timeout limit on B2G debug mochitest runs. (test-tweak only, no review) 2014-01-10 11:48:32 -08:00
Ryan VanderMeulen
00c6315595 Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Ryan VanderMeulen
aae8b5c016 Merge fx-team to m-c. 2014-01-10 14:39:59 -05:00
Gaia Pushbot
aadd14b612 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9214b46e6628
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15185 from jrburke/bug950037-email-tap-icon-error

Bug 950037 - [Email][V1.3] Tap < icon cannot get any response

========

https://hg.mozilla.org/integration/gaia-central/rev/2c40a38ce27e
Author: jrburke <jrburke@gmail.com>
Desc: Bug 950037 - [Email][V1.3] Tap < icon cannot get any response
2014-01-10 11:10:16 -08:00
Gijs Kruitbosch
f569394032 Bug 942393 - Document Australis' CustomizableUI; fix some nits, DONTBUILD because comments-only, rs=me
--HG--
extra : rebase_source : 1e07be590fba8951d669ac5f67496380ec5567d3
2014-01-10 18:31:40 +00:00
Landry Breuil
cb67a56ae4 Bug 958234: Rename xptc{invoke,stubs}_asm_ppc_openbsd.s to .S to fix build on OpenBSD/powerpc after bug 932178 r=froydnj
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_openbsd.S
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.s => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_openbsd.S
2014-01-10 19:08:57 +01:00
Erik Vold
e13e118d03 Bug 956129 - Uplift Addon SDK to Firefox 2014-01-09 20:21:33 -08:00
Jim Mathies
0eef181bc1 Bug 952989 - Hide the find bar when the options flyout is displayed. r=mbrubeck 2014-01-10 10:56:26 -06:00
Ryan VanderMeulen
e7839724f1 Backed out changeset 13bea55207f2 (bug 952997) for xpcshell orange. 2014-01-10 11:33:35 -05:00