Граф коммитов

21348 Коммитов

Автор SHA1 Сообщение Дата
Vladimir Vukicevic f4af325139 b=882906; remove EXTRA_DSO_LIBS; r=ted 2013-06-13 22:58:22 -04:00
Joey Armstrong 0a0e08cb9c bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00
Ryan VanderMeulen 6529c6c587 Merge m-c to inbound. 2013-06-14 13:04:31 -04:00
Ed Morley 9c73839633 Merge mozilla-central and fx-team 2013-06-14 13:57:22 +01:00
Heather Arthur 34a5b4b519 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 c083ae2f49 Merge fx-team to m-c. 2013-06-13 15:29:06 -04:00
Tim Taubert 0d993b5ec6 Bug 881661 - Use nsIDOMWindowUtils.getBoundsWithoutFlushing() for BrowserNewTabPreloader._collectTabBrowserSizes(); r=jaws 2013-06-13 12:53:13 +02:00
Tim Taubert cf8bb8af9b Backed out changeset 94e5027d22a4 (bug 791670); r=talos-bustage 2013-06-13 12:52:24 +02:00
Rodrigo Silveira a9a669f6db Bug 881260 - Intermittent browser_bookmarks.js r=jimm
--HG--
extra : rebase_source : ca63eb62d12c233511106c4d5ea0317c4a62a38a
2013-06-12 14:30:21 -07:00
Rodrigo Silveira c97d81d80e Bug 880745 - Intermittent browser_history.js r=jimm
--HG--
extra : rebase_source : 2c2f40bbd46e14b0d988c085e48163ad54a99f4d
2013-06-13 09:35:16 -07:00
Ryan VanderMeulen 002b60b719 Merge fx-team to m-c. 2013-06-12 12:22:36 -04:00
Brian R. Bondy b2f8163232 Bug 874323 - Start updater manually for Metro to apply update. r=rstrong 2013-06-12 10:31:10 -04:00
Brian R. Bondy e76246b692 Bug 866229 - Hide Metro prefs pre win8. r=rstrong 2013-06-12 10:31:09 -04:00
Brian R. Bondy 7ae6b830df Bug 866229 - Use metro enabled pref. r=rstrong 2013-06-12 10:31:09 -04:00
Brian R. Bondy 87026bbe43 Bug 866229 - Change - Add a preference for not doing updates in Metro. r=jimm 2013-06-12 10:31:09 -04:00
Ryan VanderMeulen b867993cd5 Merge m-c to fx-team. 2013-06-12 09:47:59 -04:00
Ed Morley c95b79e78d Merge mozilla-central and inbound 2013-06-12 08:41:06 +01:00
Ms2ger 09bb5c9224 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 8ab9b838ed Merge m-c to inbound. 2013-06-11 15:02:04 -04:00
Ryan VanderMeulen b5b7431bc4 Merge fx-team to m-c. 2013-06-11 15:00:51 -04:00
Sinduja Ramaraj 2f23ac8d4c 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 9a6f3ac9cc Bug 773590 - Display the return value when stepping out of a function; r=vporof 2013-06-12 12:56:15 +03:00
Michael Ratcliffe 801bd00711 Bug 881057 - Improve wording in the appcache command r=jwalker 2013-06-11 13:28:45 +01:00
Nick Fitzgerald 3385f351be Bug 881939 - Enable source maps by default; r=past 2013-06-11 15:19:00 +03:00
Victor Porof 80155ced75 Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
Victor Porof 22652cc944 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 8e6d7fce22 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 e03c389986 Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak 2013-06-11 22:41:22 +02:00
Panos Astithas a32167f596 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 4d30924c89 Merge mozilla-central and inbound 2013-06-13 11:33:19 +01:00
Ed Morley aac886989e 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 f9e7a53ec4 Bug 874963 - Work - popups don't move when scrolling. r=fryn 2013-06-12 17:55:49 -07:00
Mihai Sucan 58900d9aff Bug 861338 - [browserconsole] Cache Console.jsm API calls with ConsoleAPIStorage.jsm; r=jwalker 2013-06-07 20:13:48 +03:00
Paul Rouget 36ee8ba6d0 Bug 879692 - New OSX scrollbars are not compatible with the devtools floating scrollbars. r=harth 2013-06-05 06:24:00 +03:00
Michael Ratcliffe 6a5ce4f5eb Bug 864249 - Add option to toggle JavaScript to Toolbox Options panel r=jwalker 2013-05-31 16:52:06 +01:00
Panos Astithas c3fa5c9c0d 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 88cfb34510 Merge inbound to m-c. 2013-06-10 15:43:58 -04:00
Tim Taubert 4e2ce6dbad merge m-c to fx-team 2013-06-10 21:17:09 +02:00
Ed Morley 82e422b825 Merge latest green birch changeset and mozilla-central 2013-06-10 10:06:11 +01:00
Ehsan Akhgari f3d7666cee Merge mozilla-central into mozilla-inbound 2013-06-09 19:03:37 -04:00
Rodrigo Silveira 45b0cf1123 Bug 880745 - Intermittent browser_history.js r=jimm
--HG--
extra : rebase_source : 99d715d8be0a573f006822333ac1ac8445d88365
2013-06-09 12:34:30 -07:00
ffxbld 7f42f0ef81 No bug, Automated blocklist update from host bld-linux64-ec2-645 - a=blocklist-update 2013-06-08 03:24:30 -07:00
Mihai Sucan cfae5fe3bc 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 1c6e0c1045 Merge inbound to m-c. 2013-06-07 11:10:54 -04:00
Ryan VanderMeulen 8db2f43d10 Merge fx-team to m-c. 2013-06-07 11:05:46 -04:00
Ben Hearsum 2ac13d3143 bug 865820: mozconfig comparison needs to source files before comparing. r=ted 2013-06-05 13:59:32 -04:00
Rob Campbell 7a1b0ee855 Bug 873250 - Having enter select autocomplete is annoying; r=msucan 2013-06-04 15:09:00 -04:00
Mihai Sucan 4e616bdbf9 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 9396cf715d Merge m-c to fx-team. 2013-06-06 15:21:01 -04:00
Tim Taubert 4226352f6f Bug 878747 - part 2 - use the new 'nodefaultsrc' attribute for browsers; r=dao 2013-06-06 21:05:21 +02:00