Commit Graph

16438 Commits

Author SHA1 Message Date
Brian O'Keefe
25e65a9445 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #2); r=mshal
--HG--
extra : rebase_source : 555b28e5c3412ffc210c60b6fe2fee6f053fd587
2013-06-18 08:13:42 -04:00
Brian O'Keefe
5f8b5163e8 Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Raymond Lee
c1167acc4f Bug 846644 - Use asynchronous getCharsetForURI in PlacesUtils.jsm. r=mak 2013-06-19 00:50:22 +08:00
Wes Kocher
2499db0848 Merge m-c with inbound 2013-06-19 16:46:01 -07:00
Wes Kocher
8b13d62b84 Merge inbound to central 2013-06-19 16:37:58 -07:00
Justin Dolske
cb13a2c9c8 Bug 839961 - Refactor login manager's content actions into a separate JSM. (mobile and metro changes) r=mfinkle 2013-06-19 16:30:53 -07:00
Justin Dolske
928b6ff5fb Bug 839961 - Refactor login manager's content actions into a separate JSM. (main patch) r=mattn 2013-06-19 16:30:53 -07:00
Tim Taubert
7fe0636f86 Bug 883099 - Fire TabOpen after swapping docShells for preloaded newtab pages; r=dao 2013-06-19 22:07:59 +02:00
Benjamin Smedberg
5f3af2acf4 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-19 13:29:05 -04:00
Anton Kovalyov
1ba839ed1e Bug 884638 - Make 'dbg close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:09:28 -07:00
Anton Kovalyov
9a6fb42077 Bug 863636 - Make 'profiler close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:07:04 -07:00
Ed Morley
0f91f68a88 Merge latest green fx-team changeset and mozilla-central 2013-06-19 15:31:16 +01:00
Ed Morley
42c1662d7e Backed out changeset 1885bc168943 (bug 811392) since the patch it depends on has now been backed out on a CLOSED TREE 2013-06-19 09:55:27 +01:00
Ed Morley
be4728cf18 Backed out changeset f3ca96dd397e (bug 873251) for causing mochitest-metro-chrome failures
--HG--
rename : browser/metro/theme/images/appbar-forward.png => browser/metro/theme/images/forward.png
rename : browser/metro/theme/images/appbar-reload.png => browser/metro/theme/images/reload.png
rename : browser/metro/theme/images/appbar-stop.png => browser/metro/theme/images/stop-hdpi.png
2013-06-19 09:42:25 +01:00
Makoto Kato
933f878c39 Bug 884634 - GTK3 port should use Linux theme. r=karlt 2013-06-19 15:11:51 +09:00
Frank Yan
0b3c804b10 Bug 873251 - [Metro] Part 2 of 2: Fix url bar selection test offset. a=test-only 2013-06-19 16:23:38 -07:00
Anton Kovalyov
f1b836a465 Bug 881006 - Change Profile panel tooltip to say JavaScript Profiler; r=harth 2013-06-18 17:24:36 -07:00
Ryan VanderMeulen
86a9b23e06 Merge m-c and fx-team. 2013-06-18 19:11:40 -04:00
Anton Kovalyov
98aaca3352 Bug 850145 - Use SideMenuWidget in the Profiler; r=vporof 2013-06-18 14:42:36 -07:00
Shane Caraveo
e30dfe7bf5 bug 882132 fix setting provider icon via worker api, r=felipe 2013-06-19 10:14:47 -07:00
Benjamin Smedberg
8c67029c44 Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns 2013-06-19 11:07:28 -04:00
Ed Morley
db79fd1d8d Merge mozilla-central and inbound 2013-06-19 15:51:08 +01:00
Gavin Sharp
8410ee0def Bug 493051: avoid having addEngine select the engine by default, by adding an optional callback to let callers observe the successful addition of the engine, r=MattN
--HG--
extra : rebase_source : 1e67f4fbed4324e2d5b8d132cf07be60b3010cf9
2013-06-18 09:39:02 -04:00
Jim Mathies
664a5c3c9a Bug 881950 - Update the metro test harness to return a retry string when activation fails. r=bbondy 2013-06-18 09:41:13 -05:00
Frank Yan
a4c55b7685 Bug 873251 - [Metro] Part 1 of 2: Update buttons and backgrounds of Firefox app bar. r=jwilde
--HG--
rename : browser/metro/theme/images/forward.png => browser/metro/theme/images/appbar-forward.png
rename : browser/metro/theme/images/reload.png => browser/metro/theme/images/appbar-reload.png
rename : browser/metro/theme/images/stop-hdpi.png => browser/metro/theme/images/appbar-stop.png
2013-06-14 16:29:12 -07:00
Shane Caraveo
5660fe3707 bug 882652 fix disabling of socialapi in popups, r=felipe 2013-06-14 14:39:42 -06:00
Jonathan Wilde
074560037f Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar 2013-06-18 18:15:51 -07:00
Michael Ratcliffe
eef24b944a Bug 882337 - Typo in "asteriskInWrongSection2" in browser/devtools/appcacheutils.properties r=jwalker 2013-06-13 10:57:39 +01:00
Benjamin Smedberg
7b9f081ca0 Back out 2d970c9c1fad - Bug 882858 Because of mochitest-browser failures in browser_CTP_drag_drop.js and perhaps browser_pluginnotification.js 2013-06-18 21:38:00 -04:00
Jonathan Wilde
bfd2f6ce44 Bug 811392 - Work - Choose better background colors for location text in the Firefox app bar. r=fryn 2013-06-18 18:15:51 -07:00
Frank Yan
79893e55ad Bug 873251 - [Metro] Update buttons and backgrounds of Firefox app bar. r=jwilde
--HG--
rename : browser/metro/theme/images/forward.png => browser/metro/theme/images/appbar-forward.png
rename : browser/metro/theme/images/reload.png => browser/metro/theme/images/appbar-reload.png
rename : browser/metro/theme/images/stop-hdpi.png => browser/metro/theme/images/appbar-stop.png
2013-06-14 16:29:12 -07:00
Jared Wein
d166047e20 Bug 698174 - Set full-screen-api.approval-required to false before checking fullscreen context menu items. r=cpearce 2013-06-18 19:28:39 -04:00
Sam Foster
83b5db02b1 Bug 858388 - Refactor richgrid arrangeItems, autocomplete uses deferlayout. r=jimm
--HG--
extra : rebase_source : 00e29b380db249ff632af21604e447e2abe83540
2013-06-18 15:33:42 -07:00
Ryan VanderMeulen
558b14210d Merge cypress and inbound. 2013-06-18 18:15:53 -04:00
Benjamin Smedberg
7a3a6c1a37 Back out revision d3da96f774b3 on a CLOSED TREE - Bug 882339 because of mochitest-browser failures in browser_CTP_drag_drop.js and browser-pluginnotification.js 2013-06-18 16:44:07 -04:00
Benjamin Smedberg
633721b808 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-18 13:16:40 -04:00
Benjamin Smedberg
a75ca744ee Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns 2013-06-18 13:16:40 -04:00
Michael Harrison
1199414846 Bug 883777 - Reduce the width of the DNT preference "Learn More" link. r=dao 2013-06-18 17:27:33 -04:00
Ed Morley
bdca16d068 Merge mozilla-central and inbound 2013-06-18 12:05:32 +01:00
Jim Mathies
da77f271c5 Bug 860248 - In content clear existing selection on tap. r=ally 2013-06-18 05:59:20 -05:00
Ed Morley
e2f92e4a02 Merge latest green inbound changeset and mozilla-central 2013-06-18 11:52:39 +01:00
Ryan VanderMeulen
0ba1979265 Merge m-c and fx-team. 2013-06-17 20:06:42 -04:00
Tim Taubert
e3c49a6a7e Backed out changeset 8ee18c517127 (bug 881590) 2013-06-17 20:46:25 +02:00
Tim Taubert
ffac21f0b5 Backed out changeset 825e5d09c5ec (bug 791670) 2013-06-17 20:46:24 +02:00
Masatoshi Kimura
3d9f7a3b04 Bug 882624 - Remove "URL Protocol" from FirefoxURL key. r=bbondy 2013-06-17 23:08:55 +09:00
Jim Mathies
5c2a92fd14 Bug 788000 - Add basic chrome selection tests. r=mbrubeck 2013-06-17 07:46:52 -05:00
Jim Mathies
476455dbd7 Bug 788000 - Add support for chrome selection. r=mbrubeck 2013-06-17 07:46:52 -05:00
Jim Mathies
86988330d1 Bug 879883 - Split common selection code out into a prototype. r=mbrubeck 2013-06-17 07:46:52 -05:00
Jim Mathies
23f6dc7cf0 Bug 879887 - Use caretPositionFromPoint when adjusting selection in text inputs. r=mbrubeck 2013-06-17 07:46:52 -05:00
Jim Mathies
a51af3244e Bug 879454- Hide selection monocles during drags. r=mbrubeck 2013-06-17 07:46:52 -05:00
Jim Mathies
af3e078291 Bug 879454 - Minor comment header touchups. r=mbrubeck 2013-06-17 07:46:51 -05:00
Jim Mathies
5e265da169 Bug 869437 - Create individual selection overlays for chrome and content. r=mbrubeck 2013-06-17 07:46:51 -05:00
Ed Morley
036215ae5c Merge latest green inbound changeset and mozilla-central 2013-06-17 09:33:03 +01:00
Brandon Benvie
c6043fcdce Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
Reuben Morais
93545d45ea No bug - Fix typo in browser-ui.js 2013-06-15 22:46:18 -07:00
Ryan VanderMeulen
d4115d34f7 Merge inbound and m-c. 2013-06-15 21:34:21 -04:00
ffxbld
b5846e44cf No bug, Automated blocklist update from host bld-linux64-ix-004 - a=blocklist-update 2013-06-15 03:23:04 -07:00
Stefan Mirea
fa0e1df968 Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps 2013-06-13 18:36:21 -07:00
Gregory Szorc
cf599037bc Backout 9080f6701733 (bug 852411) for hitting weird xpcshell test harness behavior in multiple local builds 2013-06-14 14:38:29 -07:00
Stefan Mirea
f1ea85072a Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps
--HG--
extra : rebase_source : d03cdae978479605df0a7ea728916ba78a272ffb
2013-06-13 18:36:21 -07:00
Vladimir Vukicevic
3674b7925e b=882906; remove EXTRA_DSO_LIBS; r=ted 2013-06-13 22:58:22 -04:00
Joey Armstrong
ad3592a2c7 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00
Ryan VanderMeulen
f8c401ea8e Merge m-c to inbound. 2013-06-14 13:04:31 -04:00
Ed Morley
f97b6d2519 Merge mozilla-central and fx-team 2013-06-14 13:57:22 +01:00
Heather Arthur
d35f461d62 Bug 881633 - Style Editor should remember last selected stylesheet and line when page is reloaded; r=paul 2013-06-13 13:56:36 -07:00
Ryan VanderMeulen
b73616b45f Merge fx-team to m-c. 2013-06-13 15:29:06 -04:00
Tim Taubert
f252d69ce4 Bug 881661 - Use nsIDOMWindowUtils.getBoundsWithoutFlushing() for BrowserNewTabPreloader._collectTabBrowserSizes(); r=jaws 2013-06-13 12:53:13 +02:00
Tim Taubert
cca0f6cc90 Backed out changeset 94e5027d22a4 (bug 791670); r=talos-bustage 2013-06-13 12:52:24 +02:00
Rodrigo Silveira
82e2156007 Bug 881260 - Intermittent browser_bookmarks.js r=jimm
--HG--
extra : rebase_source : ca63eb62d12c233511106c4d5ea0317c4a62a38a
2013-06-12 14:30:21 -07:00
Rodrigo Silveira
8ac6933612 Bug 880745 - Intermittent browser_history.js r=jimm
--HG--
extra : rebase_source : 2c2f40bbd46e14b0d988c085e48163ad54a99f4d
2013-06-13 09:35:16 -07:00
Ryan VanderMeulen
a7dc80d651 Merge fx-team to m-c. 2013-06-12 12:22:36 -04:00
Brian R. Bondy
aabcdd7c84 Bug 874323 - Start updater manually for Metro to apply update. r=rstrong 2013-06-12 10:31:10 -04:00
Brian R. Bondy
8e45add454 Bug 866229 - Hide Metro prefs pre win8. r=rstrong 2013-06-12 10:31:09 -04:00
Brian R. Bondy
0fef7c43b1 Bug 866229 - Use metro enabled pref. r=rstrong 2013-06-12 10:31:09 -04:00
Brian R. Bondy
d1eeb72be5 Bug 866229 - Change - Add a preference for not doing updates in Metro. r=jimm 2013-06-12 10:31:09 -04:00
Ryan VanderMeulen
128379bda1 Merge m-c to fx-team. 2013-06-12 09:47:59 -04:00
Ed Morley
5b8c1b2eec Merge mozilla-central and inbound 2013-06-12 08:41:06 +01:00
Ms2ger
d562528531 Bug 718923 - Support document.all in standards mode and remove the pref to turn it off; r=smaug 2013-06-12 08:48:38 +02:00
Ryan VanderMeulen
dc22ace86c Merge m-c to inbound. 2013-06-11 15:02:04 -04:00
Ryan VanderMeulen
8a97e927da Merge fx-team to m-c. 2013-06-11 15:00:51 -04:00
Sinduja Ramaraj
9703e970e7 Bug 840247 - Entering the Inspector from the Web Console should show the <html> and <body> tag expanded. r=jwalker 2013-06-11 08:28:00 +03:00
Panos Astithas
e7698e0f66 Bug 773590 - Display the return value when stepping out of a function; r=vporof 2013-06-12 12:56:15 +03:00
Michael Ratcliffe
1c51967afe Bug 881057 - Improve wording in the appcache command r=jwalker 2013-06-11 13:28:45 +01:00
Nick Fitzgerald
92be042dbc Bug 881939 - Enable source maps by default; r=past 2013-06-11 15:19:00 +03:00
Victor Porof
d2fa224e86 Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
Victor Porof
73bf306d39 Bug 879782 - POST data is sometimes not displayed in the Network Monitor details pane, r=rcampbell
--HG--
rename : browser/devtools/netmonitor/test/browser_net_post-data.js => browser/devtools/netmonitor/test/browser_net_post-data-01.js
2013-06-12 10:37:46 +03:00
Jim Mathies
2e9233c5f5 Bug 880739 - add some debug logging to browser_context_menu_tests.js. r=bbondy 2013-06-13 09:37:15 -05:00
Mike de Boer
0589ec46bc Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak 2013-06-11 22:41:22 +02:00
Panos Astithas
0c6c7776b1 Fix an intermittent failure in browser/devtools/debugger/test/browser_dbg_step-out.js (bug 882380); r=me 2013-06-13 13:33:22 +03:00
Ed Morley
0949a9435f Merge mozilla-central and inbound 2013-06-13 11:33:19 +01:00
Ed Morley
d7a55feb8c Bug 882575 - Disable browser_capabilities.js for failing when snippets.mozilla.org is down (via use of about:home) 2013-06-13 11:20:32 +01:00
Jonathan Wilde
b6f7390e8e Bug 874963 - Work - popups don't move when scrolling. r=fryn 2013-06-12 17:55:49 -07:00
Mihai Sucan
2aea3f340c Bug 861338 - [browserconsole] Cache Console.jsm API calls with ConsoleAPIStorage.jsm; r=jwalker 2013-06-07 20:13:48 +03:00
Paul Rouget
b2b8c3fda7 Bug 879692 - New OSX scrollbars are not compatible with the devtools floating scrollbars. r=harth 2013-06-05 06:24:00 +03:00
Tim Taubert
1b891a3551 Bug 791670 - part 1 - flip the browser.newtab.preload pref; r=jaws 2013-06-04 22:20:44 +02:00
Tim Taubert
f9e2b00f87 Bug 881590 - Don't cancel loads when preloading in the hiddenWindow; r=jaws 2013-06-17 19:46:55 +02:00
Minarto Margoliono
a98dd75614 Bug 734061 - Web console breaks TAB navigation; r=msucan 2013-06-17 14:10:46 +03:00
Bill McCloskey
9c1475881f Bug 871057 - Simplify session store initialization; r=ttaubert 2013-06-17 11:51:43 +02:00
Christian Ascheberg
89d60311a2 Bug 848347 - external links do not always open correctly; r=ttaubert 2013-06-03 08:36:04 +02:00
Ryan VanderMeulen
1183a40ae9 Merge m-c and fx-team. 2013-06-18 12:14:00 -04:00
Tim Taubert
c7a0e45021 Bug 792806 - Follow-up to add missing semicolon; r=dao 2013-06-18 17:13:46 +02:00
Tim Taubert
5d1287d0ce Bug 792806 - Update list of visible tabs only once after switching to another group; r=dao 2013-06-18 17:11:27 +02:00
Michael Ratcliffe
e21b615b29 Bug 864249 - Add option to toggle JavaScript to Toolbox Options panel r=jwalker 2013-05-31 16:52:06 +01:00
Panos Astithas
62b5afefab Don't take the slow async path when source maps are not enabled or present (bug 873224); r=rcampbell f=nfitzgerald 2013-06-11 10:58:57 +03:00
Ryan VanderMeulen
5b9ccd6abc Merge inbound to m-c. 2013-06-10 15:43:58 -04:00
Tim Taubert
8659cff89f merge m-c to fx-team 2013-06-10 21:17:09 +02:00
Ed Morley
dd00dada0a Merge latest green birch changeset and mozilla-central 2013-06-10 10:06:11 +01:00
Ehsan Akhgari
7a53ac5557 Merge mozilla-central into mozilla-inbound 2013-06-09 19:03:37 -04:00
Rodrigo Silveira
fb1eea3438 Bug 880745 - Intermittent browser_history.js r=jimm
--HG--
extra : rebase_source : 99d715d8be0a573f006822333ac1ac8445d88365
2013-06-09 12:34:30 -07:00
ffxbld
a5a5d885e6 No bug, Automated blocklist update from host bld-linux64-ec2-645 - a=blocklist-update 2013-06-08 03:24:30 -07:00
Mihai Sucan
52727c7bed Bug 628458 - Fix for intermittent browser_webconsole_bug_603750_websocket.js | Test timed out followed by 2969 others; r=me 2013-06-07 15:36:55 +03:00
Ryan VanderMeulen
f5c3e7c7b7 Merge inbound to m-c. 2013-06-07 11:10:54 -04:00
Ryan VanderMeulen
a5ed1f2d37 Merge fx-team to m-c. 2013-06-07 11:05:46 -04:00
Ben Hearsum
3d22e813d8 bug 865820: mozconfig comparison needs to source files before comparing. r=ted 2013-06-05 13:59:32 -04:00
Rob Campbell
c92b26a106 Bug 873250 - Having enter select autocomplete is annoying; r=msucan 2013-06-04 15:09:00 -04:00
Mihai Sucan
76a046193d Bug 877773 - If Browser console is staying opened, Browser UI freezes for a while when open youtube page; r=robcee 2013-06-04 18:47:39 +03:00
Ryan VanderMeulen
24f3657c0a Merge m-c to fx-team. 2013-06-06 15:21:01 -04:00
Tim Taubert
15da26a6ba Bug 878747 - part 2 - use the new 'nodefaultsrc' attribute for browsers; r=dao 2013-06-06 21:05:21 +02:00
Gijs Kruitbosch
eb81ebc472 Bug 879961 - Remove unused arrows.png files, r=robcee 2013-06-05 22:51:30 +02:00
Victor Porof
bdbb698090 Bug 877351 - Network Panel is broken on RTL UI, r=rcampbell 2013-06-06 09:53:09 +03:00
Victor Porof
532d96c183 Bug 852639 - Make the BreadcrumbsWidget keyboard accessible, r=rcampbell 2013-06-06 09:53:08 +03:00
Shane Caraveo
506744728f bug 871931 support non-tab browsers in usermedia/camera toolbarbutton, r=dao 2013-06-05 10:15:14 -07:00
Jim Mathies
0c778953cc Bug 879085 - Ignore return result for CoAllowSetForegroundWindow call in the metro test harness, solves some startup problems for QA MozMill testing on vms. r=bbondy 2013-06-06 07:16:36 -05:00
David Zbarsky
83756aa259 Bug 881128: Make devtools not use window.GetSVGDocument r=bz 2013-06-11 21:56:19 -07:00
Ed Morley
e5d9671ac5 Bug 861700 - Disable browser_705597.js & browser_707862.js for too many intermitent failures, whilst we wait for review 2013-06-19 11:49:10 +01:00
Ed Morley
dfe5f3c30d Bug 880226 - Disable browser_bug386835.js for too many intermittent failures, whilst we wait for review 2013-06-19 11:48:58 +01:00
Chuck Lee
98009d9dc9 Bug 853715 - 0001. Create DOM skeletion for WAP Push. r=vicamo 2013-06-04 14:39:51 +08:00
Victor Porof
6c41c7011b Bug 885997 - Small theme color tweaks for the vview, r=paul 2013-06-22 16:06:48 +03:00
Victor Porof
9d41f13f42 Bug 885801 - Frozen object indicators (F/S/N) look bad when selected in the variables view, r=past 2013-06-22 16:06:48 +03:00
Stephen Horlander
2aebb47445 Bug 884011 - Update Firefox Official Branding; r=dolske 2013-06-22 08:55:32 -04:00
Jim Mathies
5513bd394e Bug 885536 - Do a better job of cleaning up tabs in browser_tabs test. r=sfoster 2013-06-21 15:50:31 -05:00
Ehsan Akhgari
ec70c90a69 Merge mozilla-central to mozilla-inbound 2013-06-22 08:42:15 -04:00
ffxbld
6f2479bc2f No bug, Automated blocklist update from host bld-linux64-ec2-394 - a=blocklist-update 2013-06-22 03:30:59 -07:00
Victor Porof
d0cb535b8c Bug 885903 - Intermittent browser_dbg_scripts-searching-05.js | Test timed out, r=rcampbell 2013-06-22 12:35:39 +03:00
Phil Ringnalda
53b5971d17 Back out 01bc57172461:5bd9adbd3b15 (bug 843497) for xpcshell failures 2013-06-21 19:49:47 -07:00
Shane Caraveo
0657078de5 bug 809085 make permissions panels work with social content, r=felipe 2013-06-21 16:14:22 -07:00
Dão Gottwald
5c82632eb1 Bug 878939 - Display the requesting URI's host instead of asciiHost in camera/microphone access requests. r=dolske 2013-06-15 17:17:15 +02:00
Jonathan Wilde
c7af0bbff6 Bug 877666 - Defect - Validation sometimes enables for the nav bar. r=fryn 2013-06-15 01:20:19 -07:00
Geoff Lankow
14dc669980 Bug 882995 - FAYT should work on application/json documents. r=gavin 2013-06-14 13:28:23 +12:00
Ed Morley
6b694251a6 Merge mozilla-central and inbound 2013-06-05 11:55:20 +01:00
Jim Mathies
0620dcecb0 Bug 877361 - Modify navbar transitions somewhat to avoid the 'gaping' problem between the soft keyboard and navbar. r=fryn, mbrubeck 2013-06-05 05:47:59 -05:00
Ed Morley
0a17ad2fbb Merge latest green birch changeset and mozilla-central 2013-06-05 11:45:53 +01:00
Ed Morley
35db974628 Merge latest green inbound changeset and mozilla-central 2013-06-05 11:39:27 +01:00
Robert Strong
9741897645 Bug 811557. r=bbondy 2013-06-05 00:33:26 -07:00
Giovanni Marquez
9b66f199b9 Bug 408251: move updating of form history from handleSearchCommand to doSearch to make sure that mouse-triggered search bar queries end up recorded in form history, r=gavin 2013-06-04 23:20:35 -07:00
Rodrigo Silveira
79db524a8e Bug 879115 - Find bar does not dismiss
--HG--
extra : rebase_source : 9300c5ad5d03aac9ad59758fc170828bd74e3f59
2013-06-04 17:52:00 -07:00
Ryan VanderMeulen
cdb3c9113a Merge m-c to birch. 2013-06-04 20:47:08 -04:00
Markus Flaig
4fe433eb5b Bug 875297 - Move the contents of the initialize method into the constructor of the search-textbox binding. r=mconley 2013-06-04 15:43:27 -04:00
Geoff Lankow
9c48ac1688 Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof 2013-06-04 19:55:48 +12:00
Ryan VanderMeulen
afd4d2106b Merge m-c to fx-team. 2013-06-04 20:47:52 -04:00
Tim Taubert
5f6ad9b14e Bug 791670 - part 3 - fix newtab page tests; r=jaws 2013-06-04 22:20:44 +02:00
Tim Taubert
ab87186bd3 Bug 791670 - part 2 - fix browser_bug763468_perwindowpb.js test; r=ehsan 2013-06-04 22:20:44 +02:00
Tim Taubert
030f4fb26c Bug 791670 - part 1 - flip the browser.newtab.preload pref; r=jaws 2013-06-04 22:20:44 +02:00
Ryan VanderMeulen
9785e64899 Merge m-c to fx-team. 2013-06-04 15:02:35 -04:00
Ed Morley
9eefe35b00 Merge latest green inbound changeset and mozilla-central 2013-06-04 15:14:21 +01:00
Geoff Lankow
56a0e55e4f Backed out changeset a0214893763c (bug 874363) pushed mistakenly, DONTBUILD 2013-06-04 23:39:19 +12:00
Geoff Lankow
2b57d4f7cd Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof 2013-06-04 20:07:09 +12:00
Ed Morley
dfc3c73ea3 Backed out changeset 609de2f93690 (bug 874363) for failures in browser_net_timeline_ticks.js 2013-06-04 10:21:18 +01:00
Tim Taubert
c8097207a4 Bug 878801 - part 2 - query tabbrowser bounds without flushing layout; r=jaws 2013-06-04 08:06:30 +02:00
Ryan VanderMeulen
6e85261e8a Merge m-c to fx-team. 2013-06-03 15:58:48 -04:00
Geoff Lankow
e59cd0e9cd Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof 2013-06-04 20:07:09 +12:00
Mihai Sucan
f9cf46d3a5 Bug 705921 - Option to clear web console messages on page reload; r=robcee,jwalker 2013-06-03 20:57:13 +03:00
Tim Taubert
4b5d5dd6e9 Bug 876374 - Eliminate uninterruptible reflow caused by calling adjustTabstrip() in addTab(); r=dao 2013-06-03 19:36:01 +02:00
Dave Camp
5aa4ecef33 Bug 878472 - Let local debugger clients find the DebuggerServerConnection. r=past 2013-06-03 09:05:29 -07:00
Marco Bonardo
6ca9a0b804 Bug 874407 - new visits are inserted incorrectly in the Library and the sidebar treeviews.
r=Mano
2013-06-03 12:17:36 +02:00
Ms2ger
8ecf333ae2 Merge m-c to m-i. 2013-06-02 17:38:01 +02:00
Reuben Morais
48736c4fb4 Bug 877003 - Convert TestSettingsAPI.cpp to a mochitest-chrome. r=fabrice
--HG--
extra : rebase_source : d338fc0222346f4ddd043b32d43462c6365f16f5
2013-05-31 15:28:46 -07:00
Jim Blandy
6e250c165d Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
Panos Astithas
c44e64a862 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Allison Naaktgeboren
8a436083b2 Bug 876408 - Remove Zoom buttons for v1.r=mbrubeck 2013-05-31 14:32:00 -07:00
Jim Mathies
f1c136d6fc Bug 876217 - Update context app bar button state when content changes. r=bbondy 2013-05-31 11:55:53 -04:00
Mihai Sucan
6540bdeda9 Bug 877778 - Browser Console, clicking JS/CSS error/warning link does not open source file; r=robcee 2013-05-30 23:23:52 +03:00
Mihai Sucan
b113afcecf Bug 866950 - Errors from files loaded through loader.js not showing source in browser console; r=robcee 2013-05-30 22:23:11 +03:00
Jim Mathies
ce05dee9ee Bug 878208 - Fix: Firefox does not receive the first command line parameter handed to it from metrotestharness, plus some output improvements in the harness. r=bbondy 2013-06-03 05:33:13 -04:00
Ed Morley
9caf7472df Backed out changeset 8c37f4a3e488 (bug 874407) for failures in test_bug549192.xul 2013-06-03 13:21:41 +01:00
Marco Bonardo
9a6a4b23e7 Bug 874407 - new visits are inserted incorrectly in the Library and the sidebar treeviews.
r=Mano
2013-06-03 12:17:36 +02:00
Rodrigo Silveira
361d131b86 Bug 775718 - Full scrollbars when using a mouse r=mbrubeck
--HG--
extra : rebase_source : 832f3c9109d2101439ace8cb80413dc5f0dd20e9
2013-05-30 15:26:25 -07:00
Rodrigo Silveira
b5ca5fbace Bug 879570 - Add mouse scroll support to start page r=mbrubeck
--HG--
extra : rebase_source : 7327481bec62faa7d106bab8685b30b317658fb6
2013-05-30 13:29:52 -07:00
Ryan VanderMeulen
676ee5151c Merge m-c to inbound. 2013-06-04 10:12:12 -04:00
Robert O'Callahan
96e4270e65 Bug 877135. Remove HTMLMediaElement::mozLoadFrom since it's nonstandard and no longer needed (setting 'src' to another element's 'currentSrc' works just as well). r=doublec
--HG--
extra : rebase_source : f1e04fe469a1757bfabfcf79bbf0fec29faee1c7
2013-06-04 15:28:23 +12:00
Mark Hammond
0ac82e0e1d Bug 878690 - Use FormHistory.jsm for the Safari profile migrator. r=mak 2013-06-04 09:51:36 +10:00
Jim Blandy
6cc708a8d0 Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Tim Taubert
c659f69020 merge m-c to fx-team 2013-06-01 18:22:45 +02:00
ffxbld
4388acd17d No bug, Automated blocklist update from host bld-linux64-ec2-709 - a=blocklist-update 2013-06-01 03:21:49 -07:00
Rob Campbell
26002db1c0 Bug 843609 - Directory listing with an XStringBundle url appears in the debugger; r=vporof 2013-06-01 04:38:00 +03:00
Francesco Lodolo [:flod]
e3f4cac578 Bug 878025 - Fix l10n comment for networkMenu.summary; r=rcampbell 2013-05-31 11:00:00 +03:00
Rob Campbell
e4709431fc Bug 877331 - Cmd/Ctrl-shift-J opens Error Console, not Browser Console; r=msucan 2013-05-29 16:04:14 -04:00
Michael Ratcliffe
3a9ba1582a Bug 875717 - TypeError: window.fontInspector is undefined in chrome://browser/content/devtools/fontinspector/font-inspector.js:228 r=harthur 2013-05-24 12:06:00 +01:00
Michael Ratcliffe
f06ae00c38 Bug 822635 - Move searchbar focus listener to make browser_bug589375_keybindings.js more readable r=jwalker 2013-05-28 14:29:50 +01:00
Michael Ratcliffe
a15ab19631 Bug 772376 - Polish needed in GCLI addons command and some extra unit tests needed r=jwalker 2013-05-28 14:05:28 +01:00
Nick Fitzgerald
6764647783 Bug 760370 - Visually distinguish non-extensible objects; r=vporof 2013-05-29 19:47:00 +03:00
Rodrigo Silveira
d393b77d0d Bug 881067 - Scrollbars displayed at the top left side of a page m=mbrubeck 2013-06-10 17:28:06 -07:00
Ryan VanderMeulen
d4ac7b22ff Bug 878897 - Update pdf.js to version 0.8.229. r=bdahl 2013-06-10 20:11:41 -04:00
Ryan VanderMeulen
0cb9a404f3 Merge m-c to inbound. 2013-06-10 15:46:15 -04:00
Jim Mathies
201335e828 Bug 881287 - Remove obsolete ContextUI code related to navbar visibility and touch up contextui tests. r=mbrubeck 2013-06-10 13:33:06 -05:00
Jim Mathies
3b3d88bc95 Bug 880704 - Fix for intermittent metro mochitest browser_selection_frame_content.js failure. r=rsilveira 2013-06-10 13:33:00 -05:00
Martin Stransky
8c2a3c775f Bug 879760 - Port GTK2 to GTK3 - browser dir. r=karlt 2013-06-11 13:40:28 -04:00
Drew Willcoxon
c6b3e4e6a8 Bug 880361 - Fix "browser is undefined" error in FullZoom when immediately closing a newly opened browser window. r=gavin 2013-06-06 16:29:50 -07:00
Joey Armstrong
90f5105a37 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal 2013-06-20 15:59:59 -04:00
Frank Yan
13e1294807 Bug 883078 - Null-check documentElement when removing browser handlers. r=gavin 2013-06-20 12:53:36 -07:00
Jim Mathies
4056bfdb6c Bug 859155 - Tests for gfx, deck shifting, composition, and tabs. r=mbrubeck, sfoster 2013-06-20 14:50:22 -05:00
Jim Mathies
4b14b6b5e2 Bug 859155 - Helpers for perf tests. r=mbrubeck, sfoster 2013-06-20 14:50:22 -05:00
Jim Mathies
e8b3ede32d Bug 859155 - misc. content files for tests. r=mbrubeck 2013-06-20 14:50:21 -05:00
Jim Mathies
107a83ca57 Bug 859155 - misc. static files for tests. r=mbrubeck 2013-06-20 14:50:21 -05:00
Jonathan Griffin
c3cfea2442 bug 873542 - Remove ENABLE_MARIONETTE from debug FF configs, r=dburns 2013-06-10 11:21:33 -07:00
Tim Abraldes
dcf522185d bug 879382. Remove support for windowless plugin input from metro widget. r=jimm 2013-06-17 14:56:23 -07:00
Shane Caraveo
f057836ef2 bug 805684 fix flicker of flyout panel on first open, r=felipe 2013-05-31 13:22:51 -07:00
Shane Caraveo
501c3a34a7 bug 821073 fix dom element full screen support in social panels, r=felipe 2013-05-31 15:52:48 -07:00
Shane Caraveo
d7c60c9c5b bug 836766 drop minimized requirment on chats opened from worker, r=markh 2013-05-31 16:42:02 -07:00
Ms2ger
bc5533af63 Merge m-c to m-i. 2013-06-01 15:00:46 +02:00
Blake Kaplan
77910679d7 Bug 872317 - Make the download indicator toolbar button work with the changes in bug 653881. r=mak77
--HG--
extra : rebase_source : 10c15e0779da5e645584543ef4a642ae341a00be
2013-05-14 16:41:24 -07:00
William Chen
42cb16b776 Bug 875138 - Update devtools tab to be compatible with XBL refactoring changes. r=jwalker
--HG--
extra : rebase_source : b2eeb09bcdc089b064dc657fdecd2ee548ed5032
2013-05-22 16:24:22 -07:00
Joey Armstrong
fbe62ceada bug 870370: move EXTRA_COMPONENTS to moz.build (file batch #1). r=mshal 2013-06-10 11:30:03 -04:00
Nick Fitzgerald
4d9ce027ff Bug 870361 - Change the symbol for source map pragmas from @ to #. r=jorendorff 2013-06-10 08:36:23 -04:00
Xidorn Quan
95f5184b95 Bug 861613 - Make animation of download notification togglable. r=mak 2013-06-10 08:30:44 -04:00
Jim Mathies
a41642164a Bug 880703 - Fix for intermittent metro mochitest browser_context_menu_tests.js failure. r=rsilveira 2013-06-10 05:24:45 -05:00
Rodrigo Silveira
0f7894bf64 Bug 875610 - Find in page throws r=mbrubeck
--HG--
extra : rebase_source : 84798bac6fb2a9c7ee03bd11e311bc7bbc66f2e9
2013-06-06 15:14:44 -07:00
Gavin Sharp
92b36bda08 Fix misleading comment from bug 803675, r=dolske
--HG--
extra : rebase_source : 443649d79172ba5e1304116aae22c74b898827c1
2013-06-06 10:35:27 -07:00
Victor Porof
b72711e55c Bug 874419 - Intermittent browser_net_sort-01.js | The attached url is incorrect | The displayed file is incorrect | The tooltip file is incorrect | The displayed status is incorrect | The tooltip status is incorrect | The displayed size is incorrect..., r=me 2013-07-02 17:03:52 +03:00
Ryan VanderMeulen
548543e0eb Merge fx-team to inbound. 2013-07-02 09:14:48 -04:00
Dão Gottwald
0f193a2b6f Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws 2013-07-02 02:42:48 +02:00
Phil Ringnalda
69783d062e Backed out changeset add063e3ff2b (bug 885366) for making two things with id="identity-popup-permissions"
CLOSED TREE
2013-07-01 19:13:23 -07:00
Jared Wein
f1f2333f6e Bug 889154 - Move the addition of the MozApplicationManifest event listener to delayedStartup. r=mixedpuppy
--HG--
extra : rebase_source : d23902fed526ec6f8afd5989aad448365fa5bf3d
2013-07-01 20:33:19 -04:00
Dão Gottwald
6e114a1448 Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws 2013-07-02 02:42:48 +02:00
Gavin Sharp
d2279faa19 Bug 885351: make sure defaultEngine and currentEngine are always in sync, including when the prefs have invalid values or after an upgrade from <FF23, r=MattN
--HG--
extra : transplant_source : Z%E3%AE%91%1D%D5%930%DE%F7%EA%F4dG%C7%B2%0B%9F0i
2013-07-01 16:46:07 -07:00
Sam Foster
ce166148c5 Bug 886584 - Enable scrolling/pan on start-ui from tiles. r=fryn 2013-07-01 16:00:51 -07:00
Jared Wein
7135739143 Bug 888986 - Notify observers of sessionstore-windows-restored asynchronously to speed up initial paint times for users with heavy add-ons. r=ttaubert 2013-07-01 18:31:57 -04:00
Jim Mathies
a7e26a9be0 Bug 888033 - Add a pref for disabling the nav overlay buttons. r=ally 2013-07-01 17:09:27 -05:00
Jim Mathies
b17ebfc291 Bug 886794 - Tests. r=jwilde 2013-07-01 17:09:26 -05:00
Jim Mathies
f3c1373823 Bug 886794 - Add new crash report ui. r=fryn 2013-07-01 17:09:26 -05:00
Jim Mathies
81cebfc96f Bug 886794 - Remove old about:crash page. r=fryn 2013-07-01 17:09:26 -05:00
Jim Mathies
6da8dd581a Bug 886794 - Update text links such that they use the same class/color. r=jwilde 2013-07-01 17:09:26 -05:00
Benoit Girard
91aa224062 Bug 869114 - Fix race in browser/app repackage when using j>=2. r=glandium 2013-05-06 15:00:07 -04:00
Drew Willcoxon
15c6f501ef Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 3: update other tests). r=ehsan 2013-06-05 17:07:54 -07:00
Drew Willcoxon
2788a3e1fa Bug 555120 - Fix intermittent failure in browser_bug441778.js, and in ContentPrefService2, invalidate cache entries when async mutators start. r=mak 2013-06-05 17:05:36 -07:00
Devdatta Akhawe
2959e4f1a9 Bug 878606 - Only measure SSL UI clicks for top level frames. r=felipc 2013-06-04 15:02:24 -07:00
Benjamin Smedberg
5b3a52ade3 Bug 886940 - single outdated plugin UI uses the wrong string, r=captainobvious 2013-06-28 15:42:04 -07:00
Gijs Kruitbosch
c1af8dd7ed Bug 833943, part 3: implement migrator changes, r=MattN, sr=gavin
--HG--
extra : rebase_source : d94c1d1c84f9b996d92317a26cbd227c0cb97a44
2013-06-28 17:45:05 -04:00
Gijs Kruitbosch
cdf20dbf0e Bug 833943, part 2: implement about:welcomeback, r=gavin
* * *
Bug 833943 - Part 5: add about:welcomeback to gInitialPages

--HG--
rename : browser/components/sessionstore/content/aboutSessionRestore.xhtml => browser/components/migration/content/aboutWelcomeBack.xhtml
extra : rebase_source : fc58ab8f648c4e0298959429cbf52de40135bb3d
2013-06-28 17:44:29 -04:00
Gijs Kruitbosch
c5bc381347 Bug 833943 - Part 1: add a SessionMigration jsm to take care of migrating sessions, r=ttaubert
--HG--
extra : rebase_source : 68ae76fb342cd2e483c1d5f38a55ef1ce27235a1
2013-06-28 17:44:00 -04:00
Jonathan Wilde
e7d6d7c50d Bug 888067 - Defect - Combined bar shouldnt appear on the js error console panel. r=jimm
--HG--
extra : rebase_source : 2f75449efde0b54e37e45d425054a23d5ad312b8
2013-06-28 14:06:19 -07:00
Gavin Sharp
8eff847d14 Back out 423d565f5637 (bug 493051) for xpcshell bustage 2013-06-17 16:54:06 -04:00
Ryan VanderMeulen
0abec40370 Merge m-c to fx-team. 2013-05-31 16:14:04 -04:00
Dave Camp
34a2f1e522 Bug 877298 - Move devtools globals to loader creation. r=jwalker 2013-05-31 11:06:09 -07:00
zmgmoz
88469efa80 Bug 817834 - webconsole should remember any edited input after perusing history; r=msucan 2013-05-30 19:16:41 +03:00
Tim Taubert
887a3df42f Bug 820738 - call populateCache() before overwriting history with test data to make sure we're not enqueued with an in-progress populateCache() call; r=mak 2013-05-31 16:51:04 +02:00
Ryan VanderMeulen
8445d428dc Merge inbound to m-c.
--HG--
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
2013-05-30 20:50:16 -04:00
Victor Porof
8f0dfea7cd Bug 873225 - Totals for displayed file sizes, r=rcampbell 2013-05-30 21:46:36 +03:00
Ryan VanderMeulen
4651f2bd00 Merge m-c to fx-team. 2013-05-30 11:47:17 -04:00
Mihai Sucan
9fcf7ef4e2 Bug 877199 - Browser console's window title temporarily says 'Web Console' before changing to 'Browser console'; r=robcee 2013-05-30 18:08:14 +03:00