Commit Graph

28710 Commits

Author SHA1 Message Date
Wes Kocher
6af4edbebd Merge m-c to inbound on a CLOSED TREE 2014-06-05 19:14:19 -07:00
Mike Hommey
e5117e1fd9 Bug 1020590 - Fix ASAN builds after bug 1013341. r=mshal 2014-06-06 08:15:56 +09:00
David Caldwell
01ae75ca88 Bug 907310 - (shift)+F5, Cmd/Ctrl+R should be available in Detached Devtools Window. r=bgrins 2014-05-09 17:41:43 -07:00
Bernardo P. Rittmeyer
03c827b89c Bug 1020422 - Fix the width of some in-content checkbox hit areas that were full block. r=mconley 2014-06-06 11:35:00 -04:00
Ted Mielczarek
41a877e7a5 bug 815002 - fix browser_device_get_user_media.js to work with --use-test-media-devices. r=florian 2014-06-02 10:41:57 -04:00
Michael Ratcliffe
527e49066e Bug 885806 - Add automatic regex creation to GCLI appcache command tests r=pbrosset 2014-05-02 16:59:38 +01:00
Michael Ratcliffe
9c7405a58d Bug 981758 - Fix GCLI appcache validate for * in network section 2014-05-02 14:39:44 +01:00
Michael Ratcliffe
5f4eae7fb9 Bug 983871 - Make appcache validate hit the right URI when patch starts with / r=pbrosset 2014-05-02 13:27:10 +01:00
Michael Ratcliffe
4d06595070 Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker 2014-06-04 16:38:41 +01:00
Michael Ratcliffe
d0790a9e97 Bug 969306 - Remove getQuads() polyfill now that getQuads has landed r=pbrosset 2014-06-03 13:12:55 +01:00
Tim Nguyen
b070d5f676 Bug 1012829 - Add HDPI assets for developer toolbar. r=jwalker 2014-06-02 13:11:00 +02:00
Heather Arthur
5995cc6809 Bug 1016528 - Add settings menu to style editor tool. r=pbrosset 2014-06-03 11:47:00 +02:00
Ed Lee
4262c7162e Bug 1019298 - Use Telemetry to count which directory links were shown in which tile position [r=adw f=gfritzsche]
Remember the directory index and trigger the telemetry probe for link0-8 and tile0-8.
2014-06-05 00:29:51 -07:00
Emilio Pozuelo Monfort
3062b0f182 Bug 624422- Add libmozgtk libraries so that libxul can use GTK+ 2 and 3. r=glandium
This is necessary for plugins when building libxul for GTK+ 3
because libxul will link against GTK+ 3 and some plugins link
against GTK+ 2, but both GTK+ libraries can't be loaded in the
same process. With this change, we have an indirection between
libxul and libgtk, named libmozgtk. plugin-container will
be modified to load libmozgtk2 in order to only have GTK+ 2
in its address space, thus enabling various plugins (e.g. flash)
on GTK+ 3 firefox.
2014-05-01 13:36:05 +02:00
Felipe Gomes
695460e938 Bug 1012535 - Text for service unavailable error. r=mano 2014-06-06 14:25:24 -03:00
Cameron McCormack
f8e8ccc5d0 Bug 1023655 - Remove DOCTYPEs from SVG documents to avoid failed DTD loads. r=Unfocused 2014-06-11 12:08:23 +10:00
Honza Bambas
4b98e16e4c Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
Felipe Gomes
188eafeede Bug 1014672 - & character translated to & r=mikedeboer 2014-06-05 14:52:40 -03:00
Ryan VanderMeulen
006487470f Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
995070a4f7 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 18:27:38 +02:00
Gijs Kruitbosch
ee2a420fc8 Bug 1021969, r=bholley,jaws
--HG--
extra : rebase_source : f8bc835a5bfcd62e1d59b31d75841d1cc6339634
2014-06-06 17:33:50 +01:00
Ryan VanderMeulen
a1aaa28222 Merge m-c to inbound. a=merge 2014-06-06 17:34:13 -04:00
Chris Pearce
8e19fdd5f4 Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz 2014-06-07 08:52:15 +12:00
Brian Nicholson
c77681267b Bug 1020440 - Create DOM interfaces and stub for requestAutocomplete. r=smaug,MattN 2014-06-06 13:06:15 -07:00
Wes Kocher
c3f91b81f3 Merge m-c to fx-team 2014-06-02 19:17:48 -07:00
anaran
caeeab8a56 Bug 1005471 - Scratchpad "Jump to line" should preset input value based on current selection, handle LINE:COLUMN as well;r+=bgrins
---
 browser/devtools/scratchpad/test/browser.ini       |    2 +
 .../browser_scratchpad_pprint_error_goto_line.js   |   66 ++++++++++
 .../test/browser_scratchpad_run_error_goto_line.js |   49 ++++++++
 browser/devtools/sourceeditor/editor.js            |   29 ++++-
 browser/devtools/sourceeditor/test/browser.ini     |    1 +
 .../sourceeditor/test/browser_editor_goto_line.js  |  130 ++++++++++++++++++++
 6 files changed, 276 insertions(+), 1 deletions(-)
 create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_pprint_error_goto_line.js
 create mode 100644 browser/devtools/scratchpad/test/browser_scratchpad_run_error_goto_line.js
 create mode 100644 browser/devtools/sourceeditor/test/browser_editor_goto_line.js
2014-06-02 15:33:20 -07:00
Richard Marti
c1e09a7e30 Bug 1013708 - in-content preferences: restyle the horizontal tabs. r=jaws 2014-05-29 13:46:19 +02:00
Tim Nguyen
ed8c238f3f Bug 1017890 - Add HDPI support for devtools responsive mode. r=bgrins
--HG--
rename : browser/themes/shared/devtools/images/responsive-horizontal-resizer.png => browser/themes/shared/devtools/images/responsivemode/responsive-horizontal-resizer.png
rename : browser/themes/shared/devtools/images/responsive-se-resizer.png => browser/themes/shared/devtools/images/responsivemode/responsive-se-resizer.png
rename : browser/themes/shared/devtools/images/responsive-vertical-resizer.png => browser/themes/shared/devtools/images/responsivemode/responsive-vertical-resizer.png
rename : browser/themes/shared/devtools/responsiveui-rotate.png => browser/themes/shared/devtools/images/responsivemode/responsiveui-rotate.png
rename : browser/themes/shared/devtools/responsiveui-screenshot.png => browser/themes/shared/devtools/images/responsivemode/responsiveui-screenshot.png
rename : browser/themes/shared/devtools/responsiveui-touch.png => browser/themes/shared/devtools/images/responsivemode/responsiveui-touch.png
2014-06-02 15:33:12 -07:00
Ryan VanderMeulen
e56b4d6f7a Merge m-c to inbound. 2014-05-28 16:28:34 -04:00
Bobby Holley
dab24150e9 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Bobby Holley
ecac8f5e13 Bug 1015380 - Fix up UITour.jsm. r=gijs 2014-05-28 11:14:27 -07:00
Paolo Amadini
82d4807bf3 Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Gijs Kruitbosch
c505617c8d Bug 1015494 - allow disabling panel animations during tests, r=mconley
--HG--
extra : rebase_source : 3dbdf0da5fbce6e432f5a38ae700957445f4a913
2014-05-27 13:43:56 +01:00
Brian Grinstead
659fec896a Bug 991810 - Move the inspector button to the top left;r=vporof 2014-05-28 09:11:33 -05:00
Carsten "Tomcat" Book
a09f70f357 Backed out changeset ca4caf0d721c (bug 853549) for valgrind testfailures 2014-05-28 15:53:13 +02:00
Carsten "Tomcat" Book
c0ddb75825 Merge mozilla-central to fx-team 2014-05-28 15:29:24 +02:00
Joe Walker
b144355550 Bug 1016820 - rename csscoverage.noMatch to reflect new content; r=pbrosset 2014-05-28 14:15:04 +01:00
Carsten "Tomcat" Book
e096bc3ea7 merge b2g-inbound to mozilla-central 2014-05-28 14:33:48 +02:00
Carsten "Tomcat" Book
809708bcda merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Althaf Hameez
914cc9cd66 Bug 983988 - Update constants for idle time before backup. r=mak 2014-05-28 01:10:00 -04:00
Jared Wein
f227a9ce99 Bug 980043 - Backed out changeset 7e0adf1211a7 (bug 905695). r=MattN 2014-05-27 12:56:00 +02:00
Gabriel Luong
5acb30cc53 Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins 2014-05-27 18:55:00 +02:00
Ryan VanderMeulen
f826d1a97f Merge m-c to b2g-inbound. 2014-05-27 16:24:25 -04:00
Ryan VanderMeulen
4a08636d20 Merge inbound to m-c on a CLOSED TREE. 2014-05-27 16:23:41 -04:00
Ryan VanderMeulen
5660fe6503 Bug 1005274 - Disable browser_dbg_addon-console.js on Windows. 2014-05-27 15:58:52 -04:00
Alexandre Poirot
aab734969f Bug 1015949 - Ensure that make package when building b2g/dev ship all b2g files. r=fabrice 2014-05-26 09:18:00 -04:00
Tim Taubert
e4173a1a49 Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Georg Koppen
ab7c8d296c Bug 1013341 - Fix 'make package' for GCC ASan builds. r=glandium 2014-05-26 11:29:56 +02:00
Carsten "Tomcat" Book
2446abd3df merge fx-team to mozilla-central 2014-05-26 14:59:21 +02:00
Carsten "Tomcat" Book
4f8c9846a1 merge mozilla-inbound to mozilla-central 2014-05-26 14:36:35 +02:00
ffxbld
97d7376197 No bug, Automated blocklist update from host bld-linux64-spot-041 - a=blocklist-update 2014-05-24 03:11:22 -07:00
Wes Kocher
76327fe133 merge inbound to m-c 2014-05-23 17:19:27 -07:00
Wes Kocher
98152d91df Merge fx-team to m-c 2014-05-23 17:04:56 -07:00
Dão Gottwald
70f75cd4bc Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:41:31 +02:00
Dão Gottwald
c963498105 Backed out changeset d670f361bbb6 2014-05-23 20:39:46 +02:00
Dão Gottwald
203aa359ec Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:34:03 +02:00
Carsten "Tomcat" Book
18ea819f3d merge fx-team to mozilla-central 2014-05-23 15:49:37 +02:00
Jared Wein
b15e8be65c Bug 962069 - Dragging an item on to the toolbar overflow chevron should open the overflow popup. r=mikedeboer 2014-05-23 10:51:30 -07:00
Wes Kocher
2c816c1d1b Backed out changeset d36b2edb017b (bug 1014523) for OSX bc1 bustage 2014-05-23 10:06:19 -07:00
Felipe Gomes
0a6e078f5c Bug 1012533 - Translation root inside root shouldn't be stringfied twice. r=florian 2014-05-23 13:09:21 -03:00
Felipe Gomes
04350197cb Bug 1012519 - Re-translation should use original content instead of newly translated content. r=florian 2014-05-23 13:08:18 -03:00
Dão Gottwald
ab1d0f9381 Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 17:49:47 +02:00
Dão Gottwald
c1deb11db3 Bug 848460 - Reduce browser.slowStartup.timeThreshold to a more aggressive value. r=dolske 2014-05-23 17:48:51 +02:00
Mike de Boer
13ef3b4fd8 Bug 1013861: show translation preferences section if ui.show pref == true. r=felipe 2014-05-23 17:16:28 +02:00
Mike de Boer
f696e726d8 Bug 1013861: add pref to control showing the translation UI. r=felipe 2014-05-23 17:16:27 +02:00
Mike Hommey
d896873fe0 No bug - Disable replace-malloc on rooting hazard builds until bug 1014134 is entirely fixed. r=me 2014-05-23 16:46:24 +09:00
Frederik Braun
bb4d024a4e Bug 1013507 - adding test case for CSP-report only message in devtools (introduced in bug 1010953). r=ckerschb 2014-05-23 10:49:13 +02:00
Carsten "Tomcat" Book
f36909876f Backed out changeset 1eb359cf7ac0 (bug 1013448) for xperf test failures 2014-05-26 10:12:16 +02:00
Richard Marti
38bcbe4a0e Bug 993402 - [Linux] in-content prefs: remove the native treecol arrow. r=jaws 2014-05-23 18:16:32 +02:00
Althaf Hameez
e6fecd5bb0 Bug 818587 - Adding a compression option for bookmark backups. r=mak 2014-05-24 19:48:00 +02:00
Mark Hammond
e6ebf8e94e Bug 1013448 (part 1) - add telemetry probe for master-password usage. r=dolske 2014-05-26 09:48:41 +10:00
Alex Harris
7beed14c14 Bug 1011173 - Remove background-noise.toolbar.png and its references. r=bgrins 2014-05-22 17:53:00 +02:00
Richard Marti
e88310c875 Bug 1013719 - in-content preferences: Leave the buttons also on OS X on one line. r=jaws 2014-05-22 18:33:01 +02:00
Dave Townsend
2ebe4344a9 Bug 988072 - Australis sidebar widget does not work for SDK add-ons (sidebar API). r=gijs 2014-05-21 14:54:00 +01:00
Jared Wein
9aca6f8285 Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
--HG--
extra : rebase_source : 925b6991f3444ff197b166f1e4234f1f19fe321d
2014-05-15 18:14:15 -04:00
Jared Wein
062700e6ea Bug 1000513 - Combined navigation items in the context menu. r=Unfocused,dao
--HG--
extra : rebase_source : 90f7c49cf5b4917527bc310d74f5f8327191ca22
2014-05-12 17:35:39 -04:00
Wes Kocher
c0934cbc66 Merge m-c to fx-team 2014-05-23 17:43:08 -07:00
Mike Conley
65c6a341ef Bug 993712 - Try to fix intermittent browser_984455_bookmarks_items_reparenting.js by using openPopup to open menus instead of synthesized mouse events. rs=jaws. 2014-05-23 14:18:00 -04:00
Wes Kocher
d0cf640a86 Merge m-c to inbound 2014-05-22 17:55:00 -07:00
Victor Porof
347180ba09 Bug 1014532 - Remove border radius from Linux toolbar tabs. r=bgrins 2014-05-22 09:05:12 -04:00
Allison Naaktgeboren
dac30139cf Bug 1004533 - Guard all e10s testing UI behind an E10S_TESTING_UI ifdef.r=mconley,r=nalexander 2014-05-22 09:09:32 -07:00
Asaf Romano
282c5312b1 Bug 988070 - New PlacesUtils.promiseBookmrksTree API for retrieving bookmarks data, a generalization of PlacesBackups.getBookmarksTree. r=mak, sr=gavin. 2014-05-22 19:06:57 +03:00
Carsten "Tomcat" Book
5edff1b771 Merge mozilla-central to fx-team 2014-05-22 15:56:09 +02:00
Carsten "Tomcat" Book
886c128123 merge fx-team to mozilla-central 2014-05-22 15:17:20 +02:00
Florian Quèze
b8d3314294 Bug 988297 - Language is changed if up/down arrow keys are used while translation infobar displays the error message, r=felipe. 2014-05-22 15:12:53 +02:00
Wes Kocher
31f725c890 Merge m-c to fx-team 2014-05-21 20:40:01 -07:00
Wes Kocher
564e4e16f7 Merge fx-team to m-c 2014-05-21 20:29:05 -07:00
Drew Willcoxon
19ed94777a Bug 1013722 - Fix ContentSearch.jsm error: TypeError: msg.target.messageManager is undefined. r=felipe 2014-05-21 14:20:29 -07:00
Tim Taubert
018dff816d Bug 973532 - Remove legacy NEWTAB_PAGE_SHOWN probe for homepage r=adw 2014-05-21 11:17:58 +02:00
Dão Gottwald
0280976301 Bug 1008424 - Remove unintended gradient from the tab toolbar's background. r=mconley,jjmathies 2014-05-21 22:26:37 +02:00
Mike de Boer
a945a0b9c4 Bug 10113915: remove unused imports. r=florian. 2014-05-21 17:54:52 +02:00
Ed Morley
ae6eaeaeb5 Backed out changeset 9d2ca972053c (bug 987089) for intermittent failures 2014-05-21 15:55:58 +01:00
Ed Morley
1a8e15aa2c Backed out changeset b62cad86a3ad (bug 987089) 2014-05-21 15:53:27 +01:00
Ed Morley
26a067fa91 Backed out changeset 06607dd59bba (bug 987089) 2014-05-21 15:48:57 +01:00
Ryan VanderMeulen
7e8c73f3e6 Merge m-c to fx-team. 2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
e64cd11ad7 merge fx-team to mozilla-central 2014-05-21 13:57:43 +02:00
Jordan Santell
760dff86c6 Bug 1011757 - Add aero styling for web audio editor. r=vp 2014-05-19 13:37:00 -04:00
Jordan Santell
8e853f84e6 Bug 1011723 - Fix glitchy toolbar lag by making toolbar static width in web audio editor tool. r=vp 2014-05-19 16:02:00 -04:00
Jordan Santell
5f8bff3b97 Bug 1011436 - Update localization property names for the web audio tool. r=vp 2014-05-19 13:37:00 -04:00
Gijs Kruitbosch
1472623df0 Bug 1014238 - don't break on invalid customization state, r=jaws
--HG--
extra : rebase_source : a803b73d7eda4ad38073f8d280324710666c16c7
2014-05-22 00:35:57 +01:00
Gijs Kruitbosch
68b2c4e1f8 Bug 1013518 - include CSS linter test in mochitest-devtools, r=bgrins
--HG--
extra : rebase_source : 1bb0104e310d38c2b2265b351bda9230f306d28d
2014-05-22 00:35:53 +01:00
Jared Wein
cd263b808a Bug 1008355 - Easter egg whimsycorn should spin on click. r=Dao 2014-05-20 15:40:00 -04:00
Jacob Acord
4fe4d33b74 Bug 1011172 - Remove obsolete images from tabbrowser/. r=dao 2014-05-20 12:34:00 +02:00
Richard Marti
92e5a99a40 Bug 1013523 - Remove history check in in-content preferences.js. r=jaws 2014-05-20 21:11:13 +02:00
Richard Marti
807f603e68 Bug 1013516 - Don't ship unneeded in-content preferences files. r=jaws 2014-05-20 20:41:33 +02:00
Vikneshwar
eb3b688885 Bug 980910 - Removed oncommand attribute from XUL and added listener to JS. r=jryans 2014-05-20 12:55:00 +02:00
Brian Grinstead
509718ef42 Bug 1013557 - Shader and Style Editor eye icons are wrongly inverted in light theme. r=vporof 2014-05-20 14:09:00 +02:00
Tim Nguyen
b7ceda0252 Bug 1013551 - .dbg-expression-arrow background is missing. r=bgrins 2014-05-20 13:39:00 +02:00
Girish Sharma
339756fa6e Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen 2014-05-21 03:49:41 +05:30
Girish Sharma
9e31f8e917 Bug 1001131 - Reduce devtools footprint at browser startup - XPI Provider part for browser toolbox. r=Unfocused 2014-05-21 03:47:03 +05:30
Girish Sharma
92c32f8f42 Bug 1001131 - Reduce devtools footprint at browser startup - Session store for scratchpad manager. r=ttaubert 2014-05-20 04:30:24 +05:30
Blair McBride
12a36b9844 Bug 1012526 - UITour.jsm only registers with UITelemetry when it's lazily imported on-demand. r=mconley 2014-05-21 12:25:50 +12:00
Richard Marti
4b5af3ebb0 Bug 993369 - Make the menulists wider in in-content preferences. r=jaws 2014-05-20 18:03:17 +02:00
Wes Kocher
2dd3993d4d Bug 991797 - convert most of the debugger frontend to use Task.jsm and fix discovered async errors r=victorporof 2014-05-20 15:55:39 -07:00
Girish Sharma
a16344f302 Bug 993014 - Tree and table widgets for devtools, r=bgrins 2014-05-21 03:54:08 +05:30
Marco Bonardo
b6041d5d9c Bug 988481 - Implement Windows/Linux styling of Translation Infobar. r=mano 2014-05-20 12:10:17 +02:00
Victor Porof
ccd4120eb8 Bug 1013304 - Search for function definition doesn't work, r=fitzgen 2014-05-20 15:15:16 -04:00
Ryan VanderMeulen
38be6b7a6d Merge m-c to fx-team on a CLOSED TREE. 2014-05-20 15:01:13 -04:00
Brian Grinstead
a107fa9a12 Bug 987089 - fix -moz-user-focus rule in projecteditor on CLOSED TREE;r=jryans 2014-05-20 13:52:06 -05:00
Ryan VanderMeulen
1aed2f609e Merge fx-team to m-c. 2014-05-20 14:31:48 -04:00
Gijs Kruitbosch
38fc8bee31 Bug 1008793 - add open location back on Mac hidden window and other macBrowserOverlay-using windows, r=dao
--HG--
extra : rebase_source : 75317372ddc73c16698f7ae7b3c64c654a5df420
2014-05-20 18:44:14 +01:00
Gijs Kruitbosch
c50823ec7c Bug 993712 - get more information from timeout-ing test, rs=firebot, test-only
--HG--
extra : rebase_source : 563c13548e1347a5df710e7833bd761515cfcdfa
2014-05-20 16:55:13 +01:00
Paul Rouget
2d7aa94c81 Bug 987089 - Land ProjectEditor in browser/devtools. Part 2 - integrate with webide;r=jryans 2014-05-20 12:26:19 -05:00
Brian Grinstead
cc9c04dafe Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul 2014-05-20 12:25:16 -05:00
Carsten "Tomcat" Book
0cf5a7b5b3 Merge mozilla-central to fx-team 2014-05-20 16:17:08 +02:00
Dão Gottwald
a3eb9057c1 Bug 1012629 - Infer from each toolbar's text color whether we should use inverted icons. r=gijs 2014-05-20 15:41:11 +02:00
Dão Gottwald
72802a55e1 Bug 987859 - TabsToolbar margin needs to be dropped when entering fullscreen mode rather than when the sizemode attribute changes, which is too late. r=gijs 2014-05-20 15:01:56 +02:00
Carsten "Tomcat" Book
eb3c441d69 Backed out changeset c058132f270e (bug 988481) for bc1 test failures 2014-05-20 14:01:41 +02:00
Marco Bonardo
ecff0ce2b5 Bug 988481 - Implement Windows/Linux styling of Translation Infobar. r=mano 2014-05-20 12:10:17 +02:00
Jonathan Kew
6310198c94 bug 992650 - eliminate use of "embedded" fonts in about:accounts. r=gavin 2014-05-20 09:41:17 +01:00
Jonathan Kew
bd373e74ee bug 992650 - preliminary cleanup, remove CRLF line endings in aboutaccounts/main.css. r=gavin 2014-05-20 09:41:12 +01:00
Birunthan Mohanathas
aea8617b92 Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
58641805f1 Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
f65339b9ff Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Valentin Tsatskin
acd79c99c9 Bug 1009552 - Fix overlap of neterror icon with header in RTL mode. r=jaws 2014-05-15 11:19:00 -04:00
Jordan Santell
e2a3b14c3f Bug 1006875 - Better styles for graphs in web audio editor, r=vp 2014-05-20 12:50:00 +02:00
Tim Nguyen
e6aaae658c Bug 973691 - Make the code mirror find/go to line match the devtools theme. r=bgrins 2014-05-16 14:48:00 +02:00
Michael Pruett
6172ca8355 Bug 1004903 - Update about dialog to use UpdateChannel.jsm. r=gavin 2014-05-15 13:55:41 -05:00
Tim Taubert
de92dbfcc9 Bug 973532 - Let the preloader's docShells be inactive so that about:newtab can rely on document.hidden r=adw 2014-05-19 23:33:59 +02:00
Paul Rouget
19f1f1f91e Bug 1010387 - [appmgr v2] write tests and make good use of promises & tasks. r=janx r=jryans
---
 browser/devtools/app-manager/app-validator.js    |   2 +-
 browser/devtools/webide/content/newapp.js        |  30 +++-
 browser/devtools/webide/content/webide.js        | 180 +++++++++++++++--------
 browser/devtools/webide/modules/app-manager.js   |  27 +++-
 browser/devtools/webide/moz.build                |   1 +
 browser/devtools/webide/test/app.zip             | Bin 0 -> 480 bytes
 browser/devtools/webide/test/app/index.html      |   6 +
 browser/devtools/webide/test/app/manifest.webapp |   5 +
 browser/devtools/webide/test/chrome.ini          |  13 ++
 browser/devtools/webide/test/head.js             |  81 ++++++++++
 browser/devtools/webide/test/hosted_app.manifest |   3 +
 browser/devtools/webide/test/templates.json      |  14 ++
 browser/devtools/webide/test/test_basic.html     |  39 +++++
 browser/devtools/webide/test/test_import.html    |  65 ++++++++
 browser/devtools/webide/test/test_newapp.html    |  48 ++++++
 browser/devtools/webide/test/test_runtime.html   | 118 +++++++++++++++
 browser/devtools/webide/themes/details.css       |   1 -
 browser/devtools/webide/themes/newapp.css        |   4 -
 18 files changed, 558 insertions(+), 79 deletions(-)
 create mode 100644 browser/devtools/webide/test/app.zip
 create mode 100644 browser/devtools/webide/test/app/index.html
 create mode 100644 browser/devtools/webide/test/app/manifest.webapp
 create mode 100644 browser/devtools/webide/test/chrome.ini
 create mode 100644 browser/devtools/webide/test/head.js
 create mode 100644 browser/devtools/webide/test/hosted_app.manifest
 create mode 100644 browser/devtools/webide/test/templates.json
 create mode 100644 browser/devtools/webide/test/test_basic.html
 create mode 100644 browser/devtools/webide/test/test_import.html
 create mode 100644 browser/devtools/webide/test/test_newapp.html
 create mode 100644 browser/devtools/webide/test/test_runtime.html
2014-05-21 09:29:43 +02:00
Joe Walker
d265e4d588 Bug 975522 - Add CSS coverage commands; r=harth 2014-05-22 11:04:47 +01:00
Patrick Brosset
2f97ac1d46 Backed out changeset 40f323c3c14e -- Style-editor completion broken 2014-05-22 10:44:35 +02:00
Manish Goregaokar
de4be8677c Bug 994134 - Warn first time users on pasting code into the console. r=bgrins
--HG--
rename : browser/devtools/webconsole/test/browser_webconsole_bug_642615_autocomplete.js => browser/devtools/webconsole/test/browser_webconsole_autocomplete_and_selfxss.js
2014-05-22 00:34:00 +02:00
Victor Porof
41a099d157 Bug 1013949 - Consider removing the dashed underline from variables and properties. r=past 2014-05-21 09:43:43 -04:00
Althaf Hameez
e5d63ad0ce Bug 1011581 - Remove the unused optional parameter aFileExt in PlacesBackup r=mak 2014-05-21 08:39:00 +02:00
Paul Rouget
4316558bf0 Bug 1013872 - [appmgr v2] runtime button doesn't turn blue if not project is selected. r=janx r=ochameau 2014-05-22 09:16:13 +02:00
Paul Rouget
263196efad Bug 1011530 - [appmgr v2] Remove the logs from the main UI. r=janx r=ochameau 2014-05-22 09:14:54 +02:00
Jonathan Kew
5152b9b83a bug 1012638 - ensure info icon stays the proper size even if the title wraps to multiple lines. r=Unfocused 2014-05-21 08:55:35 +01:00
Carsten "Tomcat" Book
39b3a65e23 Backed out changeset f611bb9c7cbd (bug 1013014) per suggestion from glandium to fix failing jsrefest on a CLOSED TREE 2014-05-21 09:25:57 +02:00
Joe Walker
0758da081a Bug 1007006 - Add Task.spawn support to GCLI commands. r=harth 2014-05-08 04:22:00 -04:00
Francesco Lodolo (:flod)
1f27f61f03 Bug 1006299 - Rename options.enablePersistentLogging.tooltip to reflect new string content. r=vp 2014-05-21 06:04:00 -04:00
Jared Wein
08efaba822 Bug 759252 - Use CSS animations for the connecting and progress throbbers. r=fryn, r=Dao 2014-05-21 09:48:00 -04:00
Paul Rouget
1867171c2d Bug 987089 - Land ProjectEditor in browser/devtools. Part 2 - integrate with webide;r=jryans 2014-05-21 16:38:21 -05:00
Brian Grinstead
61a42080e8 Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul 2014-05-21 16:38:17 -05:00
Nicholas Nethercote
b5aba0afc1 Bug 1013014 (attempt 2) - Disable Trace Malloc on TBPL debug builds. r=glandium.
--HG--
extra : rebase_source : 08fa200fd205225f85b9845bf8c18ac38fe26e0d
2014-05-19 18:16:42 -07:00
Monica Chew
bce84acfd9 Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret) 2014-05-22 16:26:57 -07:00
Mike Hommey
b01a539557 Bug 1014300 - Ship replace_jemalloc library (jemalloc3) when replace-malloc is enabled. r=mshal 2014-05-23 07:24:22 +09:00
Robert Kaiser
5e38e1fe02 back out bug 1006615 (blocklist domain change) as data collection systems aren't completely ready yet 2014-05-21 23:36:58 +02:00
Brian Grinstead
02ad0eb9fc Bug 1011652 - mochitest-devtools fails when shared and tilt folders are run together;r=paul 2014-05-19 08:07:42 -05:00
Tim Nguyen
41260fcd06 Bug 1009145 - HDPI support for Debugger icons. r=bgrins 2014-05-16 15:25:00 +02:00
Tim Nguyen
ae43efa29c Bug 1011249 - Add HDPI profiler-stopwatch.svg icon. r=bgrins 2014-05-16 14:53:00 +02:00
Gijs Kruitbosch
708b5dcbd7 Bug 996635 - fix removing widgets from outside their area, r=jaws
--HG--
extra : rebase_source : c6e5fc5b2cb5e79f4fb7c1307c383157f8577c61
2014-05-12 21:47:17 +01:00
Girish Sharma
7509f79d7d Bug 1011727 - Remove extra rules from themes/windows/devtools/debugger.css which are not in other platforms, r=bgrins 2014-05-17 03:26:44 +05:30
Ryan VanderMeulen
2c26dad1a0 Merge m-c to fx-team. 2014-05-16 15:31:28 -04:00
Ryan VanderMeulen
e4a25d432d Merge fx-team to m-c. 2014-05-16 15:06:03 -04:00
Alex Harris
b437af3b30 Bug 956044 - Add a checkered background to the inspector color swatches. r=bgrins 2014-05-15 14:14:00 -04:00
Florian Quèze
b3791d75b5 Bug 1008195 - Clicking on the notification icon should toggle the translation infobar, r=felipe. 2014-05-16 17:17:06 +02:00
Tim Nguyen
fcaf77a771 Bug 998687 - Wrong Edit bookmark open state styling on Windows 7. r=jaws 2014-05-09 13:09:00 -04:00
Gijs Kruitbosch
af7a4a6664 Bug 946166 - make clicking disabled items not close the panel, r=mikedeboer 2014-05-15 19:35:33 +01:00
Carsten "Tomcat" Book
0f24f14f35 Merge mozilla-central to fx-team 2014-05-16 14:33:31 +02:00
Carsten "Tomcat" Book
9f4037af48 merge fx-team to mozilla-central 2014-05-16 14:17:01 +02:00
Patrick Brosset
d0896d9770 Bug 835896 - First word in selector-search also matches classes and ids; r=harth 2014-05-16 14:06:12 +02:00
Georg Fritzsche
6a300dfda4 Bug 1005270 - Trigger experiments initialization on opening the addon manager UI. r=bsmedberg 2014-05-16 12:56:25 +02:00
David Rajchenbach-Teller
fdb3455861 Bug 1010289 - Experiments.jsm should now handle its errors. r=bsmedberg 2014-05-15 03:12:00 +02:00
Panos Astithas
0fec27ae48 Update browser_dbg_chrome-create.js according to the recent BrowserToolboxProcess refactoring (bug 918507). r=me
--HG--
extra : rebase_source : abb15c381e68687c80908b7a3393a5639f6ab704
2014-05-14 17:27:37 +03:00
Tim Nguyen
392a5e0a04 Bug 1009002 - Add 2x images for web console. r=bgrins 2014-05-13 08:18:00 +02:00
James Long
45bdf8d8e1 Bug 986151 - Fix line number of breakpoints when added from context menu. r=past 2014-05-15 14:51:00 +02:00
Drew Willcoxon
f2d6f40bf1 Bug 1009299 - Add Yahoo logo to search plugin so about:newtab can use it. r=MattN 2014-05-15 19:04:50 -07:00
Drew Willcoxon
a10f733868 Bug 998303 - browser/base/content/test/general/browser_urlbar_search_healthreport.js attempts to connect to www.google.com. r=mak 2014-05-15 19:04:47 -07:00
Gijs Kruitbosch
bb9c18e0bf Backed out changeset b32eb8beb7eb (bug 996635) for mochitest-browser bustage in other customizableui tests 2014-05-16 00:23:00 +01:00
Wes Kocher
d8b1ca184f Merge m-c to fx-team 2014-05-15 16:19:06 -07:00
Wes Kocher
738f9f9b41 Merge inbound to m-c 2014-05-15 15:59:45 -07:00
Benjamin Smedberg
fbb11389d3 Bug 1007710 - Add information about the currently-active experiment to the telemetry ping, r=gfritzsche+vladan
--HG--
extra : rebase_source : a6bde09d91162d9a77fa2d121442e2397e6c9526
2014-05-15 09:11:01 -04:00
Gijs Kruitbosch
870ff684ae Bug 1006379 - don't attempt language detection if the document is gone, r=felipe 2014-05-15 13:56:37 +01:00
Gijs Kruitbosch
5afeec15c1 Bug 998523 - updateUI after logout, r=markh 2014-05-15 00:09:23 +01:00
Jordan Santell
d7dfaa2559 Bug 998597 - Add icon for Web Audio Editor tool in developer tools. r=robcee 2014-05-14 11:37:00 -04:00
Gijs Kruitbosch
233814d5d7 Bug 996635 - fix removing widgets from outside their area, r=jaws
--HG--
extra : rebase_source : c24812c5a95ddd79051dec1ff6cd71a56234aa3a
2014-05-12 21:47:17 +01:00
Jordan Santell
acec936cfc Bug 1010419 fix race condition in web audio editor graph r=vporof
From a13c00bea8480dd9ca4540fb1b9745d6c76653ec Mon Sep 17 00:00:00 2001
 click opening inspector tests.
---
 .../webaudioeditor/test/browser_wa_graph-click.js  | 39 ++++++++++++++++------
 .../devtools/webaudioeditor/webaudioeditor-view.js | 25 +++++++++-----
 2 files changed, 45 insertions(+), 19 deletions(-)
2014-05-15 11:30:00 -07:00
Richard Marti
a1dca021cc Bug 994265 - Don't use ::before for radio and checkbox. r=jaws 2014-05-07 20:49:14 +02:00
Carsten "Tomcat" Book
c30b56a04d Merge mozilla-central to mozilla-inbound 2014-05-16 14:31:46 +02:00
Jonathan Kew
f4d5bc4643 bug 1009563 - let the Info icon on the neterror page auto-size according to line height. r=Unfocused 2014-05-16 08:44:35 +01:00
Jared Wein
82b82201a8 Bug 738797 - Enable the in-content preferences by default. r=Unfocused
--HG--
extra : rebase_source : bcff4e914e2b66da1b7a5b93ef21dc153519b6e4
2014-05-04 15:54:29 -05:00
Jared Wein
f2734dc7d4 Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : 9b9c58a967bb52b596457f41b697085c46fb0ba6
2014-05-11 15:52:33 -04:00
Mike Conley
ee38478919 Bug 1008183 - Show a private browsing indicator on Windows in fullscreen mode if tabs are in the titlebar. r=jaws. 2014-05-16 08:00:00 -04:00
Paul Rouget
1213a1957c Bug 1011464 - [appmgr v2] Move locales files in content. r=Pike 2014-05-16 09:08:00 -04:00
Arpad Borsos
65f6702662 Bug 1011854 - Remove usage of 2nd WeakMap#get parameter from SessionStore; r=ttaubert
--HG--
extra : rebase_source : a63bf620acd02ff5e72a0dc6821423d25a5f34e9
2014-05-20 14:19:14 +02:00
Biraj Karmakar
397fba057c Bug 998207 - Update privacy policy url in the about dialog. r=dao 2014-04-22 23:04:34 +05:30
Brandon Benvie
c166faa06c Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen 2014-04-16 13:49:28 -07:00
Paul Rouget
2a64ca7a73 Bug 1010712 - [appmgr v2] remove panels animation. r=jryans 2014-05-18 03:45:00 +02:00
Paul Rouget
358d9a21b0 Bug 1010271 - remove active attribute when toolbox iframe gets destroyed. r=jryans 2014-05-18 03:05:00 +02:00
Paul Rouget
ae263d1375 Bug 1010174 - [appmgr v2] update runningApps list on uninstall. r=jryans 2014-05-19 10:39:00 +02:00
Tim Nguyen
382dbebc61 Bug 1012166 - Use SVG files for itemArrow-* in DevTools. r=bgrins 2014-05-17 15:24:00 +02:00
Drew Willcoxon
ae4ced5a6a Bug 1009313 - ContentSearch.jsm should call nsIBrowserSearchService.init. r=felipe 2014-05-19 19:11:04 -07:00
Felipe Gomes
044aebb14c Bug 971054 - Parts 5 and 6. Move translation content handler to its own jsm and hook up it with the UI and engine. r=florian 2014-05-19 17:33:41 -03:00
Felipe Gomes
dfbd566b02 Bug 976554 - Replace original content of webpage's text nodes with translated content, or vice versa. r=florian 2014-05-19 17:32:09 -03:00
Felipe Gomes
de0ef149d6 Bug 976556 - Parse translation results back into the TranslationDocument and TranslationItem data structures. r=florian 2014-05-19 17:31:23 -03:00
Felipe Gomes
61232aa1de Bug 971054 - Part 4. Class to manage the service's auth token lifetime and renewal. r=florian 2014-05-19 17:29:47 -03:00
Felipe Gomes
88fad51371 Bug 971054 - Part 3. BingRequest class that represents one network request sent to translation service. r=florian 2014-05-19 17:28:25 -03:00
Felipe Gomes
3accdb2bac Bug 971054 - Part 2. BingTranslator engine. r=florian 2014-05-19 17:27:32 -03:00
Felipe Gomes
d8798f4c8f Bug 971054 - Part 1. TranslationDocument class that manages the translation process and data for a document. r=florian 2014-05-19 17:26:55 -03:00
Tim Nguyen
b447152353 Bug 1012811 - Color swatch background doesn't stay in the right place while scrolling. r=bgrins 2014-05-19 15:21:25 -05:00
Alex Harris
7a4872d125 Bug 1010959 - Move computedview.css theme files into single shared theme file. r=bgrins
--HG--
rename : browser/themes/osx/devtools/computedview.css => browser/themes/shared/devtools/computedview.css
2014-05-19 13:46:04 -05:00
Shane Caraveo
ce7c0b6d69 Bug 1003523 make share button customizable, r=Gijs 2014-05-19 09:38:38 -07:00
Michael Ratcliffe
b2027a666b Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags. r=jwalker 2014-04-15 11:01:27 +01:00
Hernan Rodriguez Colmeiro
8e6e7511a7 Bug 881576 - "Convert storage quota notifications test to use in-content preferences". r=jaws 2014-05-22 08:23:00 +02:00
Hernan Rodriguez Colmeiro
47fdcec7a9 Bug 974641 - Favicon for in-content preferences. r=jaws 2014-05-22 20:52:00 +02:00
Florian Quèze
de59008bd2 Bug 1013537 - Implement animated translation icon for "Translation in Progress" infobar, r=felipe. 2014-05-22 22:33:13 +02:00
Wes Kocher
4777505208 Merge m-c to inbound 2014-05-23 17:37:56 -07:00
Steve Fink
46de7f3690 Annotate je_malloc_printf as non-GC function. r=terrence,sorta
Backed out changeset efde4f7c20e5 (bug 1014134) to re-enable replace-malloc for the haz build. This patch fixes the reason for that disablement.

--HG--
extra : rebase_source : 2ae1c63bc088debb1b6191100d08f688acfb4135
2014-05-23 16:43:58 -07:00
Gavin Sharp
204f8dfcc3 Bug 947574: Add some better debugging info to browser/components/search/test/browser_426329.js to help diagnose intermittent timeouts 2014-05-27 18:04:15 -07:00
Florian Quèze
1620a5d0a3 Bug 1000253 - Fix a mistake in the browser_devices_get_user_media.js test, r=MattN. 2014-05-28 00:48:05 +02:00
Florian Quèze
340e9d96ee Bug 1016342 - build translation by default, r=felipe. 2014-05-28 00:45:45 +02:00
Florian Quèze
f9e2511c13 Bug 1016367 - Package @2x translation icons on Windows and Linux, r=felipe. 2014-05-28 00:44:14 +02:00
Jordan Santell
fea77157d9 Bug 1013544 - Highlight active node in web audio editor. r=vp 2014-05-26 11:32:00 -04:00
Alex Harris
29715da82d Bug 1011624 - Move themes/*/devtools/inspector.css into themes/shared/devtools/inspector.css. r=bgrins
--HG--
rename : browser/themes/osx/devtools/inspector.css => browser/themes/shared/devtools/inspector.css
2014-05-27 09:24:00 -04:00
Jordan Santell
eedebf7f21 Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp 2014-05-26 10:41:00 -04:00
Lars Swientek
91bf96d3c7 Bug 1002070 - Change nsINavBookmarksObserver to nsINavBookmarkObserver so that
right interface is accessed. r=mak
2014-05-27 02:42:00 -04:00
Maxim Zhilyaev
3980423de1 Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Paul Rouget
23a48d232e Bug 1007218 - Ability to execute App Manager V2 commands from shell. r=ochameau 2014-05-27 22:50:27 +02:00
Ryan VanderMeulen
ca1ef1cf2f Merge m-c to fx-team. 2014-05-27 16:24:26 -04:00
Rob Campbell
ec00967f36 Bug 1010423 - disable browser_wa_properties-view-edit.js; a=sheriffs 2014-05-27 15:54:59 -04:00
Ryan VanderMeulen
2da8bfffc5 Bug 1016308 - Update pdf.js to version 1.0.248. r=yury 2014-05-27 15:38:13 -04:00
Myk Melez
728c151c93 Bug 938303 - enable user to reassign "quit application" shortcut on Mac; r=enndeakin
--HG--
extra : rebase_source : d4abe64845be02909cb946be8ce01c27b1e02477
2014-05-27 10:02:13 -07:00
Birunthan Mohanathas
d9e420fc7c Bug 869836 - Part 12: Use Assign('c') instead of AssignLiteral("c"). r=ehsan
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Birunthan Mohanathas
085f40aff8 Bug 869836 - Part 11: Use Append('c') instead of AppendLiteral("c"). r=ehsan
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
2014-05-26 21:54:58 +03:00
Paolo Amadini
e4ede54cb5 Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske 2014-01-07 17:29:41 +01:00
Gijs Kruitbosch
ad52835602 Bug 996988 - add more logging, remove listener as late as possible, to get more info about what circumstances are triggering our listener not getting called, r=test-only/firebot
--HG--
extra : rebase_source : bab908e94b023a478b5d56d333344dcf3be10274
2014-05-27 13:17:07 +01:00
Joe Walker
a4d498f63f Bug 1013887 - Fix typos in css coverage report; r=pbrosset 2014-05-27 12:07:04 +01:00
Gijs Kruitbosch
966bef1734 Bug 1015494 - fix sidebar state at the end of the test, r=mconley
--HG--
extra : rebase_source : 377a22b5e2850786453fe9f600f57005c1756bed
2014-05-26 21:12:57 +01:00
Joe Walker
cbc6b76c9a Bug 1013887 - Make CSS coverage should look nicer; r=harth 2014-05-26 19:57:58 +01:00
Joe Walker
0f9a0baf74 Bug 1013909 - Make CSS Coverage smarter in its handling of compressed style sheets; r=harth 2014-05-26 19:57:58 +01:00
Heather Arthur
68112e6bac Bug 1012806 - Add @media rules sidebar to style editor; r=jwalker 2014-05-26 13:52:24 -04:00
Gijs Kruitbosch
32f5951fd0 Bug 977009 - switch to Cu.cloneInto instead of JSON.parse(JSON.stringify(foo)) because it's faster, r=vporof
--HG--
extra : rebase_source : 09dc0b502417ceb3384689f6517a4b21c46ff9d3
2014-05-26 13:25:00 +01:00
Dão Gottwald
8b64a56531 Bug 1014587 - Simplify toolbar-menubar and TabsToolbar styling by never giving them a background color. r=mdeboer 2014-05-26 18:31:17 +02:00
Asaf Romano
f374977b67 Bug 988275 - Choosing the same language in Translation Infobar will attempt to translate. r=florian 2014-05-26 17:03:13 +03:00
Carsten "Tomcat" Book
a25afd685f Merge mozilla-central to fx-team 2014-05-26 15:35:30 +02:00
Asaf Romano
9b8266188a Bug 994037 - Translation infobar can be placed in the wrong tab. r=florian 2014-05-26 15:30:42 +03:00
Tim Taubert
981dc9ccd2 Bug 993959 - Fix focus outline for .notification-anchor-icon on Windows r=dao 2014-05-26 10:56:42 +02:00
Blair McBride
0e3ff19f35 Bug 926712 - Use WebIDL to expose InstallTrigger, r=Mossop,bholley 2013-12-12 02:08:00 +00:00
David Rajchenbach-Teller
713a334dc5 Bug 989393 - Clean up old tabs and windows. r=ttaubert 2014-05-14 06:12:00 -04:00
David Rajchenbach-Teller
880b910289 Bug 962948 - Additional Telemetry on Session Restore startup. r=ttaubert 2014-05-05 09:23:00 -04:00
Gijs Kruitbosch
46a84f3eb9 Bug 1008402 - linux downloads button icon loses lwtheme color if using dark lwtheme (bright text), r=mconley 2014-05-13 00:05:31 +01:00
Tim Taubert
770d32628d Bug 1009599 - Restoring from about:sessionrestore fails when there is more than one tab in the window r=smacleod 2014-05-13 18:30:48 +02:00
Tim Nguyen
3819aebc44 Bug 983978 - download-glow.png should be blue on Windows and Linux. r=Gijs 2014-05-13 22:26:00 +02:00
Michael Pruett
e75469398a Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN 2014-05-12 23:11:19 -05:00
Jordan Santell
80f663c708 Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp 2014-05-13 21:59:00 +02:00
Wes Kocher
1b2e339f62 Backed out changeset b9cee613c432 (bug 999865) for bc1 bustage on a CLOSED TREE 2014-05-13 20:29:28 -07:00
Wes Kocher
56c9c6455b Merge m-c to fx-team 2014-05-13 18:59:41 -07:00
Wes Kocher
754c5c0a71 Merge fx-team to m-c 2014-05-13 18:49:09 -07:00
Wes Kocher
9c55ca88ba Merge b-i to m-c 2014-05-13 18:34:41 -07:00
Shane Caraveo
fe3c513892 Bug 999865 provide ui indication of new provider buttons after activation, r=markh, r=unfocused 2014-05-13 18:05:54 -07:00
Ryan VanderMeulen
4f6ccf8cd8 Merge m-c to b2g-inbound. 2014-05-13 16:27:50 -04:00
Eddy Bruel
ae7c69fc2c Bug 859372 - Refactor webbrowser.js;r=past 2014-05-13 21:56:30 +02:00
Ryan VanderMeulen
1170b7a391 Merge m-c to inbound. 2014-05-13 16:27:45 -04:00
Theo Chevalier
b4530464e8 Bug 1007765 - Update string entity name for btnPageCSS.tooltip, r=jryans 2014-05-13 08:11:32 -07:00
Panos Astithas
ec1b7e0c27 Add a console test for inspection of optimized out variables (bug 1004562). r=vporof
--HG--
extra : rebase_source : e86a2000d30e58b3ec17ab64bfcd0ac7fed29e5b
2014-05-13 16:16:44 +03:00
Paul Rouget
c731837567 Bug 1009486 - Include webide.jar in package-manifest.in. r=mshal 2014-05-13 13:07:54 +02:00
vikneshwar
d332ca0e45 Bug 970962 - Use the default cursor in the markup-view. r=pbrosset 2014-05-12 13:56:00 -04:00
Drew Willcoxon
165dac9371 Bug 1009318 - Add Google search purpose for about:newtab. r=MattN 2014-05-13 12:37:19 -07:00
Drew Willcoxon
b25bc9207e Bug 1009266 - Make about:newtab use 2x-DPI logos in 1x-DPI windows when a 1x logo isn't available. r=ttaubert 2014-05-13 12:37:13 -07:00
Alexandre Poirot
3aea845834 Bug 1009090 - Fix content permissions in mulet. r=fabrice 2014-05-12 10:35:00 -04:00
Dão Gottwald
bb57f63278 Bug 1007418 - Disable browser_visibleTabs_tabPreview.js for optimized builds on Windows 2014-05-13 06:56:55 +02:00
Ryan VanderMeulen
4861e4d265 Merge m-c to fx-team. 2014-05-12 16:33:27 -04:00
Ryan VanderMeulen
df91ea951b Merge inbound to m-c. 2014-05-12 16:32:53 -04:00
Andrea Marchesini
42a3125c8f Bug 1006027 - ConsoleAPI uses timestamps in msecs, r=bz 2014-05-12 18:03:55 +01:00
Gijs Kruitbosch
7991db589f Bug 1003588 - don't let spacers, springs and separators go into the panel, r=jaws 2014-05-09 22:11:24 +01:00
Shane Caraveo
f6ce087b36 Bug 960991 support for standard share endpoints, r=markh 2014-05-13 11:10:47 -07:00
Gijs Kruitbosch
6ed903ae8b Bug 1004255 - adjust flex so that inner panelUI-contents sizes correctly, r=mconley 2014-05-09 13:10:19 +01:00
Gijs Kruitbosch
14286c8988 Bug 1003542 - remove extra space at bottom of single-item menus in bookmarks menu button panel menus, r=mikedeboer 2014-05-09 21:14:16 +01:00
Patrick Brosset
4b3c00e761 Bug 997198 - Quick layout-view tests cleanup; r=bgrins 2014-05-12 16:51:10 +02:00
Patrick Brosset
5c4e3ffb08 Bug 997198 - Create a standalone reflow actor; r=bgrins 2014-05-12 16:51:06 +02:00
vikneshwar
efe9bd785b Bug 1005635 - Removed noise.png reference from connect.css. r=bgrins 2014-05-12 06:02:00 -04:00
Carsten "Tomcat" Book
3009130936 Merge mozilla-central to fx-team 2014-05-12 13:52:46 +02:00
Carsten "Tomcat" Book
0eef94abf9 merge mozilla-inbound to mozilla-central 2014-05-12 13:33:19 +02:00
Jared Wein
f41c47ecca Backed out changeset 0e11a16741bf (bug 741047) 2014-05-11 17:37:57 -04:00
Jared Wein
abc4c528a9 Backed out changeset 4ac25e196c7a (bug 738797) 2014-05-11 17:37:40 -04:00
vikneshwar
6ff2bf299b Bug 1003888 - Replaced getter for isReady() instead of a function(). r=mconley 2014-05-09 11:29:00 +02:00
Drew Willcoxon
f1907fd96d Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
Philipp Sackl
63ae87cb63 Bug 994582 - Tweak panel animation so that it looks good on all platforms/systems. r=enndeakin 2014-05-06 07:57:00 -04:00
Gijs Kruitbosch
d71433e778 Bug 1008559 - setLocationAttributes, as called from buildArea, should remove anchor attribute if set, r=mconley 2014-05-12 19:12:06 +01:00
Gijs Kruitbosch
7f8949976d Bug 1000051 - fix hidpi close icon size, r=dao 2014-05-12 16:57:43 +01:00
Tim Taubert
4757832b4c Backed out changeset b77de3bb419e (bug 994954) 2014-05-13 13:07:44 +02:00
Florian Quèze
d100a471df Bug 976574 - Implement 'Translation Preferences' option in infobar - tests, r=felipe.
--HG--
extra : rebase_source : f96151044fb083fa2c8e19d085c2a6a90700afe2
2014-05-13 09:57:20 +02:00
Florian Quèze
890b1a4ce2 Bug 976574 - Implement 'Translation Preferences' option in infobar, r=felipe.
--HG--
extra : rebase_source : 240d73d8d852a1868bb96e39d61fc7a80a60621b
2014-05-13 09:57:08 +02:00
Paul Rouget
56efa26c5c bug 1008951 - fix runtime opening sequence. r=jryans 2014-05-12 07:05:00 +02:00
Paul Rouget
a33bf3b923 Bug 999417 - Land the new App Manager UI. r=jryans r=mshal 2014-05-12 08:53:00 +02:00
Mike de Boer
a5f6ffe6a5 Bug 998157: use box-shadow instead of border to draw an outline around the back-button. r=dao. 2014-05-13 11:01:27 +02:00
Jared Wein
f27779a08d Bug 738797 - Enable the in-content preferences by default. r=Unfocused 2014-05-04 15:54:29 -05:00
Jared Wein
7a8afd9c0f Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs 2014-05-11 15:52:33 -04:00
Tom Schuster
3de9c81d0c Bug 1004693 - [e10s] Add keyword search does not work. r=felipe 2014-05-10 15:28:42 +02:00
Ryan VanderMeulen
a23138fe7b Merge b2g-inbound to m-c. 2014-05-09 16:02:25 -04:00
Dão Gottwald
f31b38e070 Bug 1007229 - Background tabs need to use the CaptionText color when using a high contrast theme on Windows 8/8.1. r=Gijs
--HG--
extra : rebase_source : 22c5f8232d055fe72828bdfd770141b134664751
2014-05-09 17:38:04 +02:00
Brian Grinstead
b19fbc94d1 Bug 1002280 - ID starting with numeric value crashes the devtools DOM inspector;r=jwalker,bholley 2014-05-09 09:58:26 -05:00
Valentin Tsatskin
1595615c84 Bug 993373 - The shade of blue for hovered items should be different than the blue used for selected items in the dropdowns of the in-content preferences. r=jaws 2014-05-08 14:19:00 -04:00
Carsten "Tomcat" Book
a3c8c6b85e Merge mozilla-central to b2g-i 2014-05-09 14:20:02 +02:00
Carsten "Tomcat" Book
22af270df0 merge fx-team to mozilla-central 2014-05-09 14:00:32 +02:00
Richard Marti
66d4e62579 Bug 1007804 - In-content preferences: Correctly align the help icon on Linux and OS X. r=jaws 2014-05-08 21:17:21 +02:00
Heather Arthur
4cd57bbbc8 Bug 1006231 - Get original source content for a stylesheet from source map's 'sourcesContent'. r=fitzgen 2014-05-08 15:25:00 +02:00
James Long
b1af6c044a Bug 799077 - slide the breakpoint with a CSS transition when the server moves it r=past 2014-05-08 14:57:00 +02:00
Panos Astithas
7956ba8722 Add a debugger test for inspection of optimized out variables (bug 1002456). r=vporof 2014-05-08 18:26:28 +03:00
Victor Porof
2f98ee95fe Bug 1006589 - (relanded) Hovering an identifier will sometimes remove the highlighting of the line where the debugger is paused, r=rcampbell 2014-05-08 22:14:42 -04:00
Ed Lee
68a95c7dc7 Bug 1007830 - Update to the tiles trial message text [r=adw]
Remove the confusing "Trial Sponsor" from the message.
2014-05-08 21:42:58 -07:00
Marina Samuel
d96b1cfb9c Bug 1000459 - revert bug 993581 to turn directory tiles on [r=adw]
Undo hardcoding of empty object.
2014-05-08 21:42:57 -07:00
Victor Porof
a58ca99144 Bug 1006906 - Use hidpi icons for the variables view in widgets.inc.css, r=bgrins 2014-05-07 22:07:51 -04:00
Ryan VanderMeulen
eff987d335 Backed out changeset b9e61c8bdf49 (bug 1002456) for mochitest-dt orange. 2014-05-08 16:10:16 -04:00
Ryan VanderMeulen
269dbe5b63 Merge m-c to fx-team. 2014-05-08 16:07:20 -04:00
Ryan VanderMeulen
ee0a788293 Merge fx-team to m-c. 2014-05-08 16:04:26 -04:00
Panos Astithas
acd8d39206 Add a debugger test for inspection of optimized out variables (bug 1002456). r=vporof 2014-05-08 22:09:29 +03:00
Victor Porof
652b112b77 Bug 1007465 - The .variables-view-edit class in widgets.inc.css has left padding, r=bgrins 2014-05-07 22:10:42 -04:00
Benjamin Smedberg
7f0c454754 Bug 1007389 - Implement plugin whitelist round 2, r=gfritzsche
--HG--
extra : rebase_source : 0ade8e9c73cd90f87409d01987ddcea0f406006c
2014-05-07 18:43:55 -04:00
James Long
7741751893 Bug 995252 - Always remove a breakpoint and create a new one when setting the condition. r=past 2014-05-07 11:41:00 -04:00
Philipp Sackl
f0fc5ccb28 Bug 994954 - Improve the design of loading throbbers. r=mak 2014-04-30 13:36:00 -04:00
Mike de Boer
13be886a31 Bug 1006490: revert changes made to the print button tooltip in bug 979479. r=dao. 2014-05-08 14:35:43 +02:00
Carsten "Tomcat" Book
5f44ca630c Merge mozilla-central to fx-team 2014-05-08 14:32:22 +02:00
Carsten "Tomcat" Book
1ac8701e16 merge mozilla-inbound to mozilla-central 2014-05-08 13:46:32 +02:00
Mike de Boer
bc908e1e24 Bug 947344: add more shortcut tooltip and label helpers where possible. r=mconley. 2014-05-08 11:14:20 +02:00
Carsten "Tomcat" Book
dffe3e8f99 Backed out changeset df8bf3b71adb (bug 1006589) for frequent dt1 test failures 2014-05-08 09:26:29 +02:00
Richard Newman
7c8adc0769 Bug 995412 - Graphic assets for desktop Sync should be run through an optimizer to reduce size. r=trivial DONTBUILD 2014-05-07 21:00:41 -07:00
Wes Kocher
0e7578947c merge inbound to m-c 2014-05-07 17:06:22 -07:00
Ryan VanderMeulen
e84cc1706a Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Rob Campbell
893dbca810 Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee 2014-05-07 10:38:00 -04:00
Chris Peterson
870a7e05b3 Bug 982396 - Initialize PlacesToolbarHelper _shouldWrap before using it. r=mak 2014-04-29 21:09:36 -07:00
Robert Kaiser
b2da98ed85 Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-05-07 12:11:56 +02:00
Carsten "Tomcat" Book
26cdcf20ae merge fx-team to mozilla-central 2014-05-07 14:09:14 +02:00
Carsten "Tomcat" Book
3b7d34e657 Backed out changeset 22347f9e52cd (bug 989890) for bc1 testfailures 2014-05-07 10:38:27 +02:00
Richard Marti
c4190148f0 Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Jordan Santell
b83430e11a Bug 1006287 - Clicking a graph node in the audio dev tool focuses the param view for the node. r=vp 2014-05-06 17:07:00 +02:00
Mark Hammond
201952efd6 Bug 1002914 (part 2) - remove SocialChatBar, add chat specific tests and refactor social tests. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Mark Hammond
9c3b931bd2 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Gorman Ho
736ac388e6 Bug 993416 - Add "Paste Outer HTML" to the inspector context menu. r=bgrins 2014-04-26 21:59:43 -06:00
Richard Marti
b599f8c57a Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Victor Porof
3a2f5f8006 (no bug) Request longer timeout for browser_dbg_breakpoints-break-on-last-line-of-script-on-reload.js to hopefully fix timeouts while GC-ing after the test finishes on a CLOSED TREE, r=me 2014-05-07 13:43:10 -04:00
Victor Porof
6c858befa3 Bug 1006915 - The node inspect icon in the variables view should appear before the F/S/N/Lock icons, r=rcampbell 2014-05-07 09:38:18 -04:00
Victor Porof
a379ccf805 Bug 1006878 - The input box is slightly misplaced when editing properties with no value (getters/setters), r=rcampbell 2014-05-07 09:38:18 -04:00
Victor Porof
273801af2e Bug 1006825 - Variable values in the inspection popup look ugly when touching the popup's edge, r=rcampbell 2014-05-07 09:38:18 -04:00
Victor Porof
0184e66ae2 Bug 1006666 - Increase the timeout required to show the variables inspection popup, r=rcampbell 2014-05-07 09:38:17 -04:00
Victor Porof
b301ea39a3 Bug 1006589 - Hovering an identifier will sometimes remove the highlighting of the line where the debugger is paused, r=rcampbell 2014-05-07 09:38:17 -04:00
Victor Porof
6a1d43cef5 Bug 1006586 - Remove smoothscrolling from the breadcrumbs widget, r=rcampbell 2014-05-07 09:38:17 -04:00
Victor Porof
1404c7bd24 Bug 1006489 - Scopes in the debugger don't always reexpand after stepping, r=rcampbell 2014-05-07 09:38:16 -04:00
Dão Gottwald
2818e1245a Bug 805068 - Make browser chrome tests more self-contained by giving each test a new blank tab. r=ttaubert 2014-05-07 15:08:05 +02:00