Commit Graph

18306 Commits

Author SHA1 Message Date
Wes Kocher
09451a3733 Merge b2g-inbound to m-c 2013-10-22 17:59:54 -04:00
Anton Kovalyov
8bd5814074 Bug 919709 - Make Debugger use CodeMirror. r=vporof 2013-10-22 13:53:53 -07:00
Panos Astithas
581d72f5ad Include the browser console command line handler in the browser packaging (bug 929540). r=bsmedberg 2013-10-22 23:01:34 +03:00
Nick Alexander
9647199b35 Merge m-c to elm 2013-10-22 09:19:06 -07:00
Wes Kocher
8f386cadf3 Merge m-c to b2g-inbound 2013-10-22 11:19:19 -04:00
Gijs Kruitbosch
60a3dcd1d6 Bug 920794 - make browser console DWIM, r=msucan 2013-10-22 16:37:23 +02:00
Vicamo Yang
8b431bda92 Bug 814556 - 2/2: clean up MOZ_B2G_RIL in browser/installer/package-manifest.in and dom/base/Navigator.*. r=khuey, f=Ms2ger 2013-10-22 19:23:04 +08:00
Nick Alexander
1870fe9166 Merge m-c to elm 2013-10-21 09:19:47 -07:00
Gijs Kruitbosch
911927dc1e Bug 895471 - part 0: add a browser debugger flag, r=past 2013-10-21 18:08:39 +02:00
Gijs Kruitbosch
7c77a454d1 Bug 927605 - invert the cloverleaf flag, r=vporof 2013-10-22 14:00:51 +02:00
Benjamin Smedberg
1b8c0cf234 Fixup for bug 927174 - use the preexisting app.support.baseURL pref instead of a custom one
--HG--
extra : rebase_source : 90f2f8dc85b9198bca608b46bee037d93a118543
2013-10-21 10:33:49 -04:00
Yury Delendik
2fd5d5a66a Bug 926988 - Keep Shumway in nightly only 2013-10-21 20:39:43 -05:00
Jared Wein
6685ef205b Bug 930071 - Remove site identity panel telemetry probe. r=felipe 2013-10-23 12:08:00 +01:00
Raymond Lee
0f079474c7 Bug 926736 - Update metro caller for new return type of get directory methods in DownloadIntegration.jsm r=mbrubeck 2013-10-23 10:07:51 +08:00
Raymond Lee
2b6fd28fd0 Bug 926736 - Update devtools caller for new return type of get directory methods in DownloadIntegration.jsm r=jwalker 2013-10-21 13:04:30 +08:00
Tim Taubert
478cc95532 Bug 928335 - Disable 'Restore Last Session' menuitem after restoring the last session; r=dao 2013-10-22 08:20:15 +02:00
Girish Sharma
66cc6ceffa Bug 928827 - Fix Style Editor not jumping to the correct line if the same sheet is already selected, r=paul 2013-10-22 00:55:18 +05:30
Paul Rouget
deef4c74bc Bug 926371 - show reflow events in the webconsole. r=msucan 2013-10-22 08:43:00 +01:00
Albert Juhe
dccda3c998 Bug 927815 - Update the Infobar design according to shorlander's mockups. r=paul 2013-10-21 12:57:00 +01:00
Victor Porof
974e75c85a Bug 929888 - Remove the editor context menu listeners from the debugger, r=anton 2013-10-24 11:48:42 +03:00
Panos Astithas
45d5081115 Make the debugger more resilient in the presence of a bogus source map (bug 906889). r=fitzgen 2013-10-24 11:47:10 +03:00
Amod Narvekar
bfdd7fcb0b Bug 758138 - Current pref value is read before registering the observer. r=ttaubert 2013-10-24 09:54:57 +02:00
Carsten "Tomcat" Book
e4bfe757cc Merge mozilla-central to fx-team 2013-10-24 07:10:24 +02:00
Girish Sharma
de1cb3378c Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan 2013-10-24 10:31:02 +05:30
Mark Hammond
9d98f6589b Bug 910566 - handle remote frameworker process crashes. r=felipe 2013-10-24 15:22:16 +11:00
Tim Taubert
6f79b7c8ef Bug 928787 - Convert in-content preference style sheets to LF; r=jaws 2013-10-21 06:53:02 +02:00
Phil Ringnalda
a658b1a532 Merge m-i to m-c 2013-10-20 19:24:53 -07:00
Gijs Kruitbosch
6574bca193 Bug 927605 - refactor keyboard shortcut code in devtools into a JSM, r=Unfocused,vporof
--HG--
rename : browser/devtools/shared/helpers.js => toolkit/modules/ShortcutUtils.jsm
2013-10-20 22:50:37 +02:00
Nick Fitzgerald
9940956347 Bug 916180 - Make pretty printing toggle-able; r=vporof 2013-10-22 00:04:46 -07:00
Tim Taubert
ee9ddb8f96 Bug 929097 - Check window type in SessionStore.onOpen() to ignore; r=smacleod 2013-10-22 00:21:20 +02:00
Tim Taubert
16a6042fb1 Bug 929036 - Remove legacy timer code; r=smacleod 2013-10-21 19:01:00 +02:00
Gijs Kruitbosch
f481bd6499 Bug 928640 - middle click open recent tabs and restore all tabs broken, r=jaws 2013-10-20 22:06:24 +02:00
Georg Fritzsche
c2a4b694d9 Bug 853694 - Cannot send crash reports for click-to-play plugins. r=jaws 2013-10-19 17:15:18 +02:00
Brandon Benvie
d769f13cbc Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-10-18 12:28:40 -07:00
Ed Morley
3aedc370e8 Backed out changeset 1864e27d5ee4 (bug 920481) 2013-10-23 16:14:35 +01:00
Alexandre Poirot
9de68c1b94 Bug 920481 - Call BrowserTabActor.reload when the app is updated to refresh the app. r=paul 2013-10-19 21:14:47 +02:00
Carsten "Tomcat" Book
d912c6ad42 Merge mozilla-central to fx-team 2013-10-23 15:03:32 +02:00
Nick Alexander
bcdd987f34 Merge fx-team to elm 2013-10-18 11:39:01 -07:00
Marina Samuel
b4a29c62b1 Bug 925467: Part 2: Blur the about:config search box to close the osk when tapping on content. r=jmathies 2013-10-21 13:18:39 -04:00
Marina Samuel
9fceddea4b Bug 925467: Revert push to wrong patch. 418d0fbd33b0. r=me 2013-10-21 13:11:32 -04:00
Marina Samuel
66735b86d6 Bug 925467: Part 2: Blur the about:config search box to close the osk when tapping on content. r=jmathies 2013-10-21 13:02:06 -04:00
Marina Samuel
c64addea18 Bug 925467: Part 1: Workaround to make OSK more consistent. r=jmathies 2013-10-21 13:02:02 -04:00
Gijs Kruitbosch
55f01425f8 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Jacob Clark
8b3df29479 Bug 928315 - Adding functionlity to allow Shift+Enter to search backwards in the debugger, r=vporof 2013-10-20 17:50:20 +03:00
Robert Strong
34f338fec8 bug 928489 - Bug 928489 - Disable update xml certificate checks on Windows. r=bbondy 2013-10-19 22:36:40 -07:00
Phil Ringnalda
5a88b3ad4a Merge f-t to m-c 2013-10-19 18:52:09 -07:00
Phil Ringnalda
80b40838b9 Merge m-i to m-c 2013-10-19 18:42:09 -07:00
ffxbld
0fa6d2805f No bug, Automated blocklist update from host bld-linux64-ec2-075 - a=blocklist-update 2013-10-19 03:20:32 -07:00
Victor Porof
07b8c606bf Bug 927375 - Debugger UI should be responsive when docked to the side, r=fitzgen 2013-10-19 12:26:46 +03:00
Phil Ringnalda
e0b7fbf1db Merge m-c to a CLOSED TREE m-i 2013-10-18 21:26:07 -07:00
Phil Ringnalda
a798fe8008 Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
CLOSED TREE
2013-10-18 18:54:22 -07:00
Ehsan Akhgari
476f836748 Backed out changeset 52b1205696cd (bug 927974) on the suspicion of this having caused frequent mochitest-bc oranges 2013-10-18 20:51:18 -04:00
Ehsan Akhgari
dd4978bd68 Backed out changeset 171b129f5f93 (bug 928078) on the suspicion of this having caused frequent mochitest-bc oranges 2013-10-18 20:51:11 -04:00
Ryan VanderMeulen
48df56edb8 Bug 823881 - Really disable the test. 2013-10-18 15:14:16 -04:00
Ryan VanderMeulen
133467df0a Merge inbound to m-c. 2013-10-18 15:08:39 -04:00
Ryan VanderMeulen
b8af4469ed Merge fx-team to m-c. 2013-10-18 15:07:28 -04:00
Paul Rouget
1b44e42528 Bug 823881 - Disable browser_layoutview.js for frequent failures. r=robcee 2013-10-18 15:00:27 -04:00
Carsten "Tomcat" Book
40ca48c269 merge fx-team to mozilla-central 2013-10-18 11:40:53 +02:00
Phil Ringnalda
b75c832b82 Back out dc42a14663fe (bug 927226) for either causing or landing on bustage
CLOSED TREE
2013-10-17 20:41:13 -07:00
Stephen Pohl
2cd62c9469 Bug 860493 - Enable history swipe animations by default (implemented in bug 678392). r=smichaud 2013-10-22 20:49:36 -04:00
Matt Brubeck
ce5caacc5a Back out 2601d36dc1f1 (bug 918716) for bc test failures on a CLOSED TREE 2013-10-17 15:51:10 -07:00
Sam Foster
01d3108700 Bug 927938 - Remove extra refresh of TopSites tile backgrounds. r=rsilveira
--HG--
extra : rebase_source : 29efd6e3c8385d4c3e72d55d4a5b109b474ce1c7
2013-10-17 15:47:22 -07:00
Steven MacLeod
340c923326 Bug 921581 - Send a notification once the final state has been written to disk on shutdown. r=ttaubert, r=Yoric 2013-10-18 12:24:19 -04:00
Matt Brubeck
2a8f15e249 Back out 7063d9f5c1fd (bug 920478) on a CLOSED TREE because a dependency was backed out 2013-10-17 15:32:45 -07:00
Matt Brubeck
3d635a44c2 Back out bug 925796 and bug 923596 for breaking Metro on a CLOSED TREE 2013-10-17 15:23:36 -07:00
Ryan VanderMeulen
bf755366c6 Bug 928358 - Update pdf.js to version 0.8.629. r=yury 2013-10-18 10:12:33 -04:00
J. Ryan Stinnett
e5050a9c33 Bug 928078 - Re-check running apps after app install. r=ochameau 2013-10-17 15:36:59 -05:00
Tareq Khandaker
54a967bfd1 Bug 927974 - Rewrite Connect help text to move link out of translated string. r=past 2013-10-18 10:04:18 -04:00
Sam Foster
000863fed3 Bug 927226 - Add build-in animation for start grids. r=rsilveira,mbrubeck 2013-10-17 12:14:08 -07:00
Sam Foster
7d5e16f4e3 Bug 927226 - Add build-in animation for start grids. r=rsilveira 2013-10-17 12:14:08 -07:00
Alexandre Poirot
c1ae6bb998 Bug 920478 - Print errors when something is wrong with app launch path. r=paul 2013-10-17 14:27:04 -04:00
Michael Ratcliffe
053e5a3bfa Bug 918716 - Add color swatches to devtools output parser. r=jwalker 2013-10-17 19:03:52 +01:00
Steven MacLeod
296761dbce Bug 900910 - Initialize SessionStore earlier to catch windows opened immediately after startup. r=ttaubert 2013-10-17 14:26:25 -04:00
Tim Taubert
2366f49f07 merge m-c to elm 2013-10-17 10:51:26 -07:00
Matt Brubeck
a24fa4cf69 Bug 925796 - Fix bookmark creation for Metro l10n repacks [r=gps] 2013-10-17 10:51:12 -07:00
Matt Brubeck
20a9427cbe Bug 925796 - Fix bookmark creation for Metro l10n repacks [r=gps] 2013-10-17 10:51:12 -07:00
Matt Brubeck
f1ee776550 Bug 923596 - Integrate shumway into Metro UI (disabled by default) [r=jimm,gps] 2013-10-17 10:49:54 -07:00
Phil Ringnalda
1ba1866ae9 Merge m-c to a CLOSED TREE f-t 2013-10-18 21:27:48 -07:00
Yury Delendik
8b4efe017c Bug 924571 - Address review comments for Shumway integration patch. r=gavin
--HG--
rename : browser/extensions/shumway/components/FlashStreamConverter.js => browser/extensions/shumway/content/ShumwayStreamConverter.jsm
2013-10-17 16:11:52 -05:00
Michael Ratcliffe
dcf9c27036 Bug 918716 - Add color swatches to devtools output parser. r=jwalker 2013-10-18 15:01:20 +01:00
Ryan VanderMeulen
08697c95b4 Merge m-c to fx-team. 2013-10-18 15:41:57 -04:00
Alexandre Poirot
92c996f650 Bug 920478 - Print errors when something is wrong with app launch path. r=paul 2013-10-17 14:27:04 -04:00
Carsten "Tomcat" Book
fc3455fc6c Merge mozilla-inbound to mozilla-central 2013-10-17 13:43:37 +02:00
Tim Taubert
14e427ccc4 Bug 926709 - Replace UI entry points for sync setup with opening about:accounts; r=gavin 2013-10-16 17:42:01 -07:00
Tim Taubert
4f8e76318c merge m-c to elm 2013-10-16 17:42:00 -07:00
Sam Foster
79f7288275 Bug 925425 - richgrid slots implementation, revised tests. r=mbrubeck 2013-10-16 16:17:17 -07:00
Ryan VanderMeulen
5ea6eb0b72 Merge fx-team to m-c. 2013-10-16 17:00:57 -04:00
Brandon Benvie
74e535ac6b Bug 926722 - Simplify Scratchpad's writeAsErrorComment. r=robcee 2013-10-16 10:56:05 -07:00
Tim Taubert
90c78483c7 merge m-c to elm 2013-10-16 10:25:32 -07:00
Nicholas Hurley
b4ad063ea1 Bug 881804 (part 6) - Plumb browser UI into predictive network actions to allow clearing data. r=ttaubert r=mossop f=gavin 2013-10-25 14:57:00 -07:00
Bill McCloskey
1f0653b67a Bug 927132 - Fix about:home in e10s (r=mdeboer) 2013-10-25 14:14:55 -07:00
Jim Mathies
3cc0d54f50 Bug 917385 - Update browser_inputsource.js test. mbrubeck 2013-10-16 12:14:59 -05:00
Jim Mathies
5c86824164 Bug 917385 - Move precise/imprecise input tracking down to widget thus making it more reliable with apz enabled. r=tabraldes, mbrubeck 2013-10-16 12:14:55 -05:00
Michael Ratcliffe
8cfde23788 Bug 924136 - Stop css-color.js interpreting "inherit" as black. r=jwalker 2013-10-16 15:04:47 +01:00
Benjamin Smedberg
d8c6d994de Bug 927174 - Add a "More Info..." link to the plugin click-to-activate panel which links to SUMO, r=jaws
--HG--
extra : rebase_source : 06f59db92ea08e64f0d9e39bfeb20460ea780d36
2013-10-16 16:35:40 -04:00
Carsten "Tomcat" Book
a8c66d5366 Merge mozilla-central to fx-team 2013-10-17 13:56:42 +02:00
Panos Astithas
70153db1e2 Bug 862344 - Hide non-enumerable properties of parsed JSON in the network details. r=vporof 2013-10-17 11:21:08 +03:00
Carsten "Tomcat" Book
0c436cef7f merge fx-team to mozilla-central 2013-10-16 13:03:50 +02:00
Wes Kocher
6667469963 Merge m-c to fx-team 2013-10-15 20:32:13 -07:00
Wes Kocher
d7cf0c4e55 Merge fxteam to m-c 2013-10-15 20:26:55 -07:00