Commit Graph

305669 Commits

Author SHA1 Message Date
Blake Kaplan
2e03e6d727 Bug 840098. r=bz 2013-03-25 15:57:03 -07:00
Jan Horak
ef9d0ecb75 Bug 539427 - Save resolution (dpi) and duplex settings. r=roc, sr=smaug 2013-04-11 07:48:09 -04:00
Ed Morley
7b7e91f292 Merge mozilla-central to mozilla-inbound 2013-04-11 12:04:27 +01:00
Gabor Krizsanits
35c3d355eb Bug 820170 - Wrapping nodes into documents compartment. r=bholley, r=enn 2013-04-11 11:59:42 +02:00
Jonathan Watt
3ee133ed0e Bug 859305 - Stop the browser app from panning the page when the user drags an <input type=range>'s thumb in the out-of-process case. r=smaug 2013-04-11 10:11:54 +01:00
Alessandro Decina
c9726527fa Bug 853325 - Improve buffered time ranges accuracy with the GStreamer media backend r=doublec 2013-04-11 20:46:47 +12:00
Alessandro Decina
579d2ec1e2 Bug 853306 - Make the GStreamer backend play whitelisted codecs only r=doublec 2013-04-11 20:46:46 +12:00
Cameron McCormack
6ab1e6c141 Bug 860370 - Undo functionality change from bug 848973. r=roc 2013-04-11 18:40:12 +10:00
Cameron McCormack
942cf09a9d Bug 860378 - Reconstruct SVG text frames sooner on DOM mutations. r=longsonr 2013-04-11 18:38:40 +10:00
Neil Deakin
38031b575b Bug 566746, android asynchronous form autocomplete changes, r=margaret 2013-04-11 04:01:49 -04:00
Neil Deakin
f700a57efa Bug 566746, use improved callback api for asyncronous form history methods, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
330a707d1c Bug 566746 - main test for asynchronous form history module FormHistory.jsm and changes to notification test, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
bf297fa2b7 Bug 566746, support deleted table in new form history module, r=mak 2013-04-11 04:01:49 -04:00
Neil Deakin
8f48bceea0 Bug 566746 - Convert to use asynchronous FormHistory.jsm for form history autocomplete tests, p=enndeakin,felix, r=dteller 2013-04-11 04:01:48 -04:00
Neil Deakin
abcb5fff2c Bug 566746 - Use Asynchronous FormHistory.jsm for test_autocomplete.js and perf_autocomplete.js, p=enndeakin,felix, r=dteller 2013-04-11 04:01:48 -04:00
Chris Peterson
512a13dbf8 Bug 852704 - Part 2: Fix JNI crash caused by DomKeyLocation's change from int to enum. r=blassey 2013-04-09 15:56:03 -07:00
Brian Nicholson
1b60178849 Bug 860454 - Remove space from UpdateServiceHelper. r=mfinkle 2013-04-10 13:34:44 -07:00
Tim Taubert
ec1e320d13 Bug 858888 - Don't expire thumbnails implicitly in browser_thumbnails_expiration.js; r=yoric 2013-04-10 18:39:50 +02:00
Ryan VanderMeulen
f9bee15085 Merge m-c to fx-team. 2013-04-10 11:01:28 -04:00
Panos Astithas
2c8dec2f1f Backout eb887b962dfa (bug 772119) on suspicion of leaks 2013-04-10 16:08:59 +03:00
Panos Astithas
116a5ab638 Backout 50b1fc3ef560 (bug 849069) on suspicion of leaks 2013-04-10 16:05:35 +03:00
Panos Astithas
de61c3f97a Backout 0289f7473afa for causing intermittent failures 2013-04-10 14:44:33 +03:00
Bas Schouten
839048be74 Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.

Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 09:20:52 +00:00
Dave Hunt
5a36971982 Bug 857599 - Clone profile for Marionette tests to prevent polluting the original profile. r=jgriffin 2013-04-10 09:31:35 +01:00
J. Ryan Stinnett
88b6e2ff81 Bug 855520 - Add spacing around no element in style inspector; r=mratcliffe 2013-04-10 02:28:49 -05:00
Mike de Boer
12f5f98da7 Bug 738818 part 3: Make changing currentEngine also change defaultEngine, including for about:home. r=fryn ui-r=limi sr=gavin 2013-04-09 17:12:27 -07:00
Josh Marchán
c77208da34 Bug 792815 - Update promise usage in gcli commands; r=jwalker 2013-03-30 21:54:00 +02:00
David Creswick
74ef6ea2eb Bug 777877 - Switch CssRuleView.jsm back to WeakMaps; r=mratcliffe 2013-04-04 09:40:00 +03:00
David Creswick
107735cc70 Bug 777681 - [rule view] Abbreviate long CSS file names source links; r=jwalker 2013-03-28 13:24:00 +02:00
Josh Marchán
fe99218040 Bug 723923 - Debugger 'breakpoint list' GCLI command should have extra nice output; r=jwalker 2013-04-03 19:55:00 +03:00
Nick Fitzgerald
6eb54bdd02 Bug 849069 - Relative source map URLs should be resolved according to the spec's rules; r=past 2013-04-09 11:40:00 +03:00
Nick Fitzgerald
49d18847ef Bug 772119 - Expose source mapped sources over the remote debugging protocol; r=past 2013-04-09 11:42:00 +03:00
Martin Stransky
7e7dce558a Bug 601442 - Support the extensions.getAddons.showPane pref again in the Add-ons Manager UI. r=bmcbride 2013-04-10 14:13:13 +12:00
Victor Porof
6f063ad221 Bug 859085 - [netmonitor] Add tooltips to all labels in the UI that may have cropped values, r=dcamp 2013-04-10 02:05:09 +03:00
Victor Porof
790b4b4494 Bug 859062 - [netmonitor] Hide right arrow in the SideMenuWidget, r=dcamp 2013-04-10 02:05:09 +03:00
Victor Porof
34efffb3cc Bug 859181 - Variables view closes immediately on first open, r=rcampbell 2013-04-10 02:05:09 +03:00
Dave Townsend
c99f710b20 Bug 852777 - Make Tilt more extensible, r=vporof 2013-04-10 02:05:09 +03:00
Anton Kovalyov
5ea69ec3a9 Bug 855244 - Add support for the Profiler running in multiple tabs. r=past, r=robcee 2013-04-09 12:00:30 -07:00
Ryan VanderMeulen
cbc8941952 Merge m-c to fx-team. 2013-04-09 08:17:45 -04:00
Panos Astithas
0aadf55961 Bug 818134 - Allow multiple debuggers in toolboxes to debug separate tabs; r=rcampbell,dcamp 2013-04-09 14:17:03 +03:00
Mihai Sucan
e362ffdd1e Bug 587757 - (global-console) Implement Browser Console; r=past,jwalker,Mossop 2013-04-09 12:47:23 +03:00
Mihai Sucan
a9ac029d24 Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul 2013-04-09 12:46:30 +03:00
Ed Morley
4d54945947 Merge latest green inbound changeset to mozilla-central 2013-04-09 10:04:48 +01:00
Phil Ringnalda
ce292d6506 Back out f55d9235d5a0 (bug 859200) for test_ril_worker_icc.js failure 2013-04-08 22:49:54 -07:00
Michael Tüxen
d21c9a9851 Bug 858691: Cleanup of DataChannel OpenRequest Message r=jesup 2013-04-09 00:55:16 -04:00
Michael Tüxen
2199df63cc Bug 858685: Fix byte order issue in DataChannel open message r=jesup 2013-04-09 00:51:04 -04:00
Trevor Saunders
abcb3ee767 bug 856349 - follow up to fix c-c by removing SHORT_LIBNAME from xpfe/components/autocomplete/src/Makefile.in r=me 2013-04-08 23:21:52 -04:00
Matt Brubeck
cbd07f4ebc Bug 854868 - Make srcdir and objdir paths match for in accessible/tests [r=tbsaunde]
--HG--
extra : rebase_source : 48ed2b3f811f4225c07276c931d26c00ccd25e6a
2013-04-08 12:44:47 -07:00
Mark Finkle
a4e99f042c Bug 859434 - Close thumbnail cursor in TopSitesView r=lucasr 2013-04-08 15:43:19 -04:00
Mark Finkle
7f9fc814bf Bug 859425 - Move decoding/storing favicons to background thread r=kats 2013-04-08 15:43:16 -04:00