Birunthan Mohanathas
32fbc10660
Bug 1038458 - Part 1: Flatten browser/components/customizableui/src/ directory. r=mak
...
--HG--
rename : browser/components/customizableui/src/CustomizableUI.jsm => browser/components/customizableui/CustomizableUI.jsm
rename : browser/components/customizableui/src/CustomizableWidgets.jsm => browser/components/customizableui/CustomizableWidgets.jsm
rename : browser/components/customizableui/src/CustomizeMode.jsm => browser/components/customizableui/CustomizeMode.jsm
rename : browser/components/customizableui/src/DragPositionManager.jsm => browser/components/customizableui/DragPositionManager.jsm
rename : browser/components/customizableui/src/PanelWideWidgetTracker.jsm => browser/components/customizableui/PanelWideWidgetTracker.jsm
rename : browser/components/customizableui/src/ScrollbarSampler.jsm => browser/components/customizableui/ScrollbarSampler.jsm
rename : browser/components/customizableui/src/logging.js => browser/components/customizableui/logging.js
2014-07-26 09:31:41 -07:00
Jordan Santell
f5447e1cf2
Bug 1041597 - Fix web audio editor browser destroy node test. r=vp
2014-07-21 08:59:00 +02:00
Nathan Froyd
663bfa5dc5
Bug 1043957 - remove some libs:: rules from devtools's Makefile.ins; r=mshal
2014-07-25 09:38:15 -04:00
Nathan Froyd
ff0d467c7c
Bug 1043554 - remove redundant social/ {Makefile,moz.build}; r=mshal
...
XPCSHELL_RESOURCES seems to be leftover from pre-manifest days, and the
manifest already has everything we need.
2014-07-24 15:04:26 -04:00
Wes Kocher
9ff23b0228
Merge m-c to inbound
2014-07-25 16:23:51 -07:00
Maire Reavy
255c852773
Bug 1044188: Update message for link clickers using browsers without WebRTC support, r=dmose
2014-07-25 16:12:57 -07:00
Mark Banner
52d98e3327
Bug 1033988 Remove workaround for old-style parameter when getting a call url from the Loop server. r=nperriault
2014-07-29 17:17:40 +01:00
Mark Banner
4db85fa7aa
Bug 1035369
Update the parameter name for the push url when registering with the Loop server to match with the latest version of the API. r=mdeboer
2014-07-29 17:17:40 +01:00
Birunthan Mohanathas
9a9eefde77
Bug 1044446 - Collapse test-only moz.build files under browser/ into ancestor moz.build files. r=gps
2014-07-28 18:02:44 -07:00
Georg Fritzsche
cefa8b68f9
Bug 1045500 - Skip processing the plugin name for plugin crashes in the front-end for GMP plugins. r=ttaubert
2014-07-29 16:46:16 +02:00
Carsten "Tomcat" Book
47d805ce84
Merge mozilla-central to mozilla-inbound
2014-07-29 15:33:14 +02:00
Nicolas Perriault
decaef66f1
Bug 1042799: Loop UI components showcase, r=mikedeboer
2014-07-29 11:23:31 +01:00
Ms2ger
33f3b92033
Bug 1044657 - Move PYTHON_UNIT_TESTS to moz.build; r=mshal
...
As a first step, this moves PYTHON_UNIT_TESTS to moz.build as a passthru
variable. In the future, we could hook it up to |mach test|.
The __init__.py files may not need to be in the list, but I don't want to
change the list here.
2014-07-28 17:51:12 +02:00
Veeti Paananen
d0c45c6bb8
Bug 967044 - Make Home and End keys scroll console output area and autocomplete popup. r=robcee
2014-07-16 22:15:03 +03:00
Nathan Yee
864df4e081
Bug 864041 - Remove Firefox 2+3 compat code from about:sessionrestore. r=mak
2014-07-16 12:24:00 +02:00
Wes Kocher
1d61afce3d
Merge m-c to inbound a=merge
2014-07-24 17:55:50 -07:00
Wes Kocher
bcb960f6c1
Merge m-c to inbound
2014-07-23 18:55:48 -07:00
Wes Kocher
80cba2170e
Merge fx-team to m-c a=merge
2014-07-23 18:47:48 -07:00
Jared Wein
c99e51baed
Bug 1035625 - Support 'resizable' in-content preference subdialogs. r=MattN
2014-07-23 16:42:17 -04:00
Mike de Boer
13f074b81b
Bug 1038648: [Loop] ensure exposed objects are immutable to prevent abuse by others. r=dolske
2014-07-23 19:08:21 +02:00
Ed Morley
b56f2eab68
Backed out changeset 19ae3d5f6884 (bug 1038648) for failures in test_loopservice_initialize.js
2014-07-23 17:04:24 +01:00
Paul Rouget
9205646493
Bug 1042609 - Update WebIDE's troubleshooting URL. r=jryans
2014-07-23 17:55:34 +02:00
Gijs Kruitbosch
ee8c9368e3
Bug 1042300 - test fix: shouldn't assume in-content and instantApply prefs are enabled, r=jaws
2014-07-23 16:43:06 +01:00
Carsten "Tomcat" Book
ef1d79cb54
Merge mozilla-central to fx-team
2014-07-23 16:22:24 +02:00
Carsten "Tomcat" Book
87f704d25c
merge fx-team to mozilla-central a=merge
2014-07-23 16:05:22 +02:00
Mike de Boer
1b40c8cc78
Bug 1038648: [Loop] ensure exposed objects are immutable to prevent abuse by others. r=dolske
2014-07-23 15:25:49 +02:00
Dão Gottwald
019b5bc217
Bug 1033482 - Allow global notification bars to be displayed at the top of the window. r=dolske
2014-07-23 13:47:32 +02:00
Dão Gottwald
c744db0d38
Bug 1040810 - WebRTC sharing indicator on the toolbar doesn't get the right image region applied. r=gijs
2014-07-23 13:46:42 +02:00
Dão Gottwald
3867e0c15b
Bug 1042089 - Remove dead CSS rules from browser.css. r=gijs
2014-07-23 13:45:58 +02:00
Gijs Kruitbosch
33e55bd7d7
Bug 1042300 - make in-content prefs nightly-only, r=MattN
2014-07-22 22:02:43 +01:00
Victor Porof
a8901b62ce
Bug 1041225 - Generating a screenshot is very slow when the content canvas has obnoxious dimensions, r=rcampbell
2014-07-22 12:43:24 -04:00
Victor Porof
85551493a0
Bug 1041158 - Properly cleanup the framebuffer binding after generating a screenshot from a webgl context, r=rcampbell
2014-07-22 12:43:24 -04:00
Victor Porof
fb723a53a7
Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell
2014-07-22 12:43:23 -04:00
Carsten "Tomcat" Book
a449c7eac9
merge fx-team to mozilla-central a=merge
2014-07-22 15:53:08 +02:00
Andrea Marchesini
3d909148b5
Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer
2014-07-23 01:07:12 -04:00
Mike Hommey
7cab62150a
Bug 1041936 part 2 - Directly use the static library "xul" to link into "xul-gtest" instead of having an intermediate library "xul" used by "xul-shared" and "xul-gtest". r=gps
2014-07-23 13:33:09 +09:00
Mike Hommey
95063176fa
Bug 1036894
part 9 - Replace all EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS with EXTRA_LIBS, OS_LIBS or OS_LDFLAGS, appropriately. r=gps
...
OS_LIBS for libraries that are not part of the gecko tree, EXTRA_LIBS for
libraries, such as NSPR, that are in the tree, but are not handled by
moz.build just yet. Those EXTRA_LIBS may also come from a system library.
However, in cases where the expanded variables are always empty for the
in-tree case, OS_LIBS is used (as for, e.g. MOZ_ZLIB_LIBS). OS_LDFLAGS is
used exclusively for non-library linker flags.
Always pass EXTRA_LIBS before OS_LIBS on linker command lines.
Forbid EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS in Makefiles.
2014-07-23 13:31:02 +09:00
Mike Hommey
5fab42fcaf
Bug 1036894
part 8 - Move most in-tree library linkage information to moz.build, as USE_LIBS. r=gps
2014-07-23 13:30:52 +09:00
Mike Hommey
a33d7d67e6
Bug 1036894
part 1 - Move MAKE_FRAMEWORK, SDK_LIBRARY, SHARED_LIBRARY_NAME and STATIC_LIBRARY_NAME to moz.build. r=gps
...
At the same time, make the Library data more useful in the build frontend.
2014-07-23 13:29:09 +09:00
Paul Rouget
f80e73fc93
Bug 1040779 - Add a button to enable certified app debugging. r=jryans
2014-07-22 10:36:00 +02:00
Tim Taubert
1354fd692a
Bug 1041527 - Ensure that about:home isn't the initial tab when opening new windows in tabview tests r=ehsan
2014-07-21 17:06:57 +02:00
railscard
3b48659c6e
Bug 956760 - Improve VariablesView performace by calculating symbolicName and absoluteName only on demand. r=jryans
2014-07-21 15:15:00 +02:00
Ed Lee
270fdcdd73
Bug 1036284 - Update styling of newtab tiles to enhanced tiles spec [r=adw]
...
Set appropriate sizes, coloring, opacity, etc.
2014-07-22 23:42:27 -07:00
Wes Kocher
be4af0e0fd
Merge m-c to inbound
2014-07-22 18:39:17 -07:00
Jonathan Griffin
1c5d8636ac
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Wes Kocher
7c2f1b4d73
Merge fx-team to m-c a=merge
2014-07-22 18:05:18 -07:00
Ed Morley
8665d76e41
Merge mozilla-central and inbound
2014-07-22 17:30:16 +01:00
Neil Deakin
d6a31c96eb
Bug 1026310
, use proper check for popup visibility, r=MattN
2014-07-22 11:17:26 -04:00
Sami Jaktholm
d2ea41e5d0
Bug 1035198 - VariablesView: handle instances of nsIDOMNode.DOCUMENT_NODE without URLs properly. r=robcee
2014-07-19 00:17:00 +02:00
Gabriel Luong
4807cf19f4
Bug 1035545 - Preview for new String should be ArrayLike. r=fitzgen
2014-07-21 16:24:00 +02:00
Paul Rouget
45d7df3ae9
Bug 991589 - Use ro.product.model to identify USB devices. r=jryans
2014-07-22 09:08:41 +02:00
Wes Kocher
c080dff160
Merge inbound to m-c a=merge
2014-07-21 18:00:14 -07:00
Wes Kocher
235bacd40e
Merge fx-team to mozilla-central a=merge
2014-07-21 17:25:48 -07:00
ffxbld
13e1f93153
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-07-21 14:19:15 -07:00
Nicolas Perriault
8d7d439893
Bug 1000131 - Expired Loop call url notification, r=dmose
...
--HG--
rename : browser/components/loop/standalone/content/js/webapp.js => browser/components/loop/standalone/content/js/webapp.jsx
2014-07-21 13:04:43 -07:00
Neil Deakin
f191a1b74f
Bug 1013064, backout e5dfe9801f76, 11f3a97d1d2c, e2374762f521, 91db8acb8d7e, d0050ba0b875 due to sync issues
2014-07-21 09:09:41 -04:00
Terrence Cole
7682085fa5
Bug 753203 - Enable exact rooting by default in all configurations; r=sfink
2014-07-18 11:26:46 -07:00
Panos Astithas
b7453b6e74
Properly deal with event handlers that the debugger cannot unwrap (bug 1041266). r=vporof
2014-07-21 18:31:18 +03:00
Michael Ratcliffe
381da47fb7
Bug 1040697 - Prevent rule view marking all new properties as overridden r=bgrins
2014-07-20 22:50:41 +01:00
Florian Quèze
f90ed6e02a
Bug 1027024 - Never translate 'language' disappears when close/open translation infobar using a expired key - follow-up, r=mikedeboer.
2014-07-21 12:24:43 +02:00
Ryan VanderMeulen
800fc2b192
Merge m-c to inbound. a=merge
2014-07-20 18:32:22 -04:00
Ryan VanderMeulen
5e1c37d90b
Merge m-c to fx-team. a=merge
2014-07-20 15:15:04 -04:00
Georg Fritzsche
64bb3bdfec
Bug 1041080 - Fix OpenH264Provider path registration, default enabled state and logging r=Unfocused a=kwierso
2014-07-19 20:01:01 +02:00
ffxbld
78c01fe8ab
No bug, Automated blocklist update from host bld-linux64-spot-477 - a=blocklist-update
2014-07-19 03:17:37 -07:00
Alexander Seleznev
c71c95fc02
Bug 1039175 - Fix "Ignore this warning" button position on about:blocked page with RTL locales. r=ehsan
2014-07-18 23:06:00 -04:00
Georg Fritzsche
2a0ef69df4
Bug 1040937 - Fix GMPInstallManager and OpenH264Provider using different pref names r=Unfocused a=kwierso
2014-07-19 02:23:47 +02:00
Brian R. Bondy
db8a57e7d8
Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche a=kwierso
2014-07-17 21:46:10 -04:00
Wes Kocher
fce4d7a57d
Merge fx-team to m-c a=merge
2014-07-18 18:31:46 -07:00
Wes Kocher
9fd887a056
Merge inbound to m-c a=merge
2014-07-18 17:51:39 -07:00
Wes Kocher
f4ffadfc12
Backed out changeset a1778d8e2e38 (bug 1030889) for mochitest-oth orange
2014-07-18 15:01:39 -07:00
Ryan VanderMeulen
8f1d154973
Merge fx-team to m-c. a=merge
2014-07-18 15:21:24 -04:00
Felipe Gomes
ffffc2cf45
Bug 1009760 - Support displaying of crash notification for GMP plugins. r=gfritzsche
2014-07-18 15:11:53 -03:00
Shane Caraveo
3ee4babba1
Bug 1032432 remove builtin manifest support, r=felipe
2014-07-18 10:27:52 -07:00
Ed Lee
98492f2852
Bug 1039881 - Update tests to use a dummy pref, so it changes no matter what's the default. [r=adw]
2014-07-18 08:19:23 -07:00
Mark Banner
57feaec036
Bug 1038699 - Loop no longer resets the hawk session token when it is invalid. Handle the new server responses. r=dmose
2014-07-18 11:42:44 -07:00
Ryan VanderMeulen
47d574ac55
Merge m-c to fx-team. a=merge
2014-07-18 16:08:36 -04:00
Gabriel Luong
5d2256e8e0
Bug 1030889 - [rule view] Add keyframe rules with its associated element. r=pbrosset
...
--HG--
extra : rebase_source : fdb63c45ea81f2530197bdc606645f1d43277984
2014-07-18 11:13:00 -04:00
Marco Bonardo
ccacc67aea
Bug 1024133 - Switch to tab magic URL not trimmed on key navigation. r=mano
2014-07-18 22:04:00 +02:00
Heather Arthur
340daaf0d3
Bug 1033082 - Display exact line numbers for rules in @media sidebar. r=bgrins
2014-07-17 00:59:00 -04:00
Nicolas Perriault
8c00228e6c
Bug 1020445: Fixed Loop conversation layout on Google Chrome, r=dmose
2014-07-23 12:52:17 -07:00
Gijs Kruitbosch
d5b3d3cd41
Bug 693808 - part 3: add browser test for the notification for localhosts, r=mak
2014-07-15 18:00:43 +01:00
Richard Marti
209d0d5838
Bug 1038288 - Implement the updated InContent Preferences Design. r=jaws
2014-07-14 20:35:33 +02:00
J. Ryan Stinnett
670cca2fa7
Bug 1038695 - Show all cookies in Net Monitor, not just first. r=vporof
2014-07-23 10:08:00 +02:00
Brian Grinstead
f9edfe626f
Bug 1011116 - Reselect file in tree after folder is selected and file gets refocused. r=harth
...
--HG--
rename : browser/devtools/projecteditor/test/browser_projecteditor_tree_selection.js => browser/devtools/projecteditor/test/browser_projecteditor_tree_selection_01.js
2014-07-23 10:02:00 +02:00
Gijs Kruitbosch
fe18bdbb2c
Bug 693808 - part 2: use the notification from the browser UI in order to let the user navigate to the original URI, r=mak
2014-07-14 15:09:11 +01:00
Bobby Holley
972dacf31e
Bug 930091 - Check objects at COW membranes. r=gabor,r=msucan
2014-07-20 15:36:32 -06:00
Ryan VanderMeulen
21d58ba963
Merge m-c to inbound. a=merge
2014-07-20 15:14:23 -04:00
Andrei Oprea
f13c4626fd
Bug 1000134 - Implement revoke generated URL for incoming call view, r=dmose
2014-07-25 15:42:32 -07:00
Wes Kocher
adeb18147d
Merge m-c to inbound
2014-07-21 17:34:59 -07:00
Mark Banner
e79cec5262
Bug 1044419 Change the Loop Standalone client to use the same version of the sdk as the desktop. r=nperriault
...
--HG--
rename : browser/components/loop/content/libs/sdk-content/css/ot.css => browser/components/loop/content/shared/libs/sdk-content/css/ot.css
rename : browser/components/loop/content/libs/sdk-content/images/rtc/access-denied-chrome.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/access-denied-chrome.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/access-denied-copy-firefox.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/access-denied-copy-firefox.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/access-denied-firefox.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/access-denied-firefox.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/access-predenied-chrome.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/access-predenied-chrome.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/access-prompt-chrome.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/access-prompt-chrome.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/audioonly-publisher.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/audioonly-publisher.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/audioonly-subscriber.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/audioonly-subscriber.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/buttons.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/buttons.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/loader.gif => browser/components/loop/content/shared/libs/sdk-content/images/rtc/loader.gif
rename : browser/components/loop/content/libs/sdk-content/images/rtc/mic-off.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/mic-off.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/mic-on.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/mic-on.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/speaker-off.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/speaker-off.png
rename : browser/components/loop/content/libs/sdk-content/images/rtc/speaker-on.png => browser/components/loop/content/shared/libs/sdk-content/images/rtc/speaker-on.png
rename : browser/components/loop/content/libs/sdk-content/js/dynamic_config.min.js => browser/components/loop/content/shared/libs/sdk-content/js/dynamic_config.min.js
rename : browser/components/loop/content/libs/sdk.js => browser/components/loop/content/shared/libs/sdk.js
2014-07-30 17:13:18 +01:00
Mark Banner
9d3f453c3c
Bug 1044796 Provide an option to Loop's standalone client makefile to create a version.txt file. r=nperriault
2014-07-30 17:13:16 +01:00
Tom Schuster
ab0100a00e
Bug 1000936 - [e10s] Fix buttons on about:blocked / safe browsing page. r=mconley
2014-07-30 14:26:46 +02:00
Tom Schuster
e0c6ae8f34
Bug 946450 - [e10s] Make all the different link destinations work on about:newtab. r=jimm
2014-07-30 14:26:46 +02:00
Carsten "Tomcat" Book
93574c6c52
Merge mozilla-central to mozilla-inbound
2014-07-30 14:10:53 +02:00
Nathan Froyd
542214c4df
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Richard Marti
528d356c6d
Bug 1035541 - Convert Content pane dialogs to be in-content. r=MattN, mano
2014-07-09 19:53:52 +02:00
Georg Fritzsche
0fb5f3331b
Bug 1043531 - Let frontend deal properly with PluginCrashed without a browser dump id. r=ttaubert
2014-07-28 16:17:00 +02:00
Athena
af35f40c3b
Bug 977199 - Add aria-label "Markup View". r=bgrins, f=marcoz
2014-07-07 19:59:00 -04:00
Brian Grinstead
2acb35b234
Bug 964356 - Expose preferences for editor defaults in options panel. r=mratcliffe
2014-07-18 11:39:00 -04:00
Michael Ratcliffe
b617fb1455
Bug 736078 - Show which elements have listeners attached r=jwalker,bgrins
2014-07-20 12:03:59 +01:00
Gabriel Luong
c0bbd8f26d
Bug 1030889 - [rule view] Add keyframe rules with its associated element r=pbrosset
2014-07-19 20:08:43 -07:00
Michael Pruett
22620a2927
Bug 574460 - Fix handling of permission deletion notifications in preference dialogs. Original patch by Mehdi Mulani. r=unfocused
2014-07-06 13:35:00 +02:00
Blair McBride
fa074d12ad
Bug 1024965 - Whitelist plugin: Nexus Personal. r=gfritzsche
2014-07-24 15:37:54 +12:00
Blair McBride
448a01ed9e
Bug 1029654 - Whitelist plugin: Box Edit. r=gfritzsche
2014-07-24 15:36:48 +12:00
Blair McBride
7a54a06fcb
Bug 1024073 - Whitelist plugin: Roblox Plugin launcher. r=gfritzsche
2014-07-24 15:35:10 +12:00
Blair McBride
beffc01cc0
Backed out changesets 3ab31cfb6837 (bug 1024965), 5cebb1e06e25 (bug 1029654), acd333921065 (bug 1024073). r=backout
2014-07-31 17:37:32 +12:00
Shane Caraveo
dda2b13fa2
Bug 1042991 fix history use in share panel, r=bmcbride
2014-07-30 18:32:07 -07:00
Mike Shal
780a1c601a
Bug 978211 - OSX automation configs; r=glandium
2014-07-03 22:05:45 -04:00
Mike Shal
4dd3387350
Bug 978211 - Windows configs; r=glandium
2014-07-03 19:28:43 -04:00
Alexandre Poirot
98afd25e0d
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Jonathan Griffin
38f79ff899
Backout 4f6d9db92389 for bustage on a CLOSED TREE
2014-07-22 17:55:50 -07:00
Mike Hommey
45b81608ea
Bug 1040641 - Ignore AC_SUBSTs for variables we don't have use for but that autoconf itself exports. r=gps
2014-07-23 08:40:12 +09:00
Alexandre Poirot
7ea4dd517f
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Alexandre Poirot
37506aa45c
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
2014-07-02 15:40:56 -07:00
Trevor Saunders
dfb8d4ea04
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
2014-07-09 17:27:49 -04:00
Blake Kaplan
4da97bea66
Bug 952201 - Make installing addons from web content work correctly in e10s. r=bmcbride@mozilla.com
2014-07-18 09:27:29 -07:00
Sami Jaktholm
94bdf41f03
Bug 1009078 - Console: Represent empty slots of arrays with a placeholder label instead of commas and whitespace. r=dcamp
2014-06-27 23:48:00 +02:00
Sayan Chowdhury
02179516c9
Bug 981041 - Add back preference to disable transitions in Style Editor. r=harth
2014-07-22 19:54:00 +02:00
Blair McBride
a1cb7728d5
Bug 1024965 - Whitelist plugin: Nexus Personal. r=gfritzsche
2014-07-24 15:37:54 +12:00
Blair McBride
fbfbf246be
Bug 1029654 - Whitelist plugin: Box Edit. r=gfritzsche
2014-07-24 15:36:48 +12:00
Blair McBride
ac5326ddb7
Bug 1024073 - Whitelist plugin: Roblox Plugin launcher. r=gfritzsche
2014-07-24 15:35:10 +12:00
Wes Kocher
330f5c539e
Merge m-c to fx-team
2014-07-23 18:58:55 -07:00
Ed Lee
b32fe95f18
Bug 1042204 - Control the enhancement of history tiles with a pref [r=adw]
...
Only show enhanced history when the pref allows it. Update newtab pages when enhanced pref changes.
--HG--
extra : rebase_source : 3a7466d119df6d0bffef4a71e9142b1e21f077ed
2014-07-23 11:02:51 -07:00
Ed Lee
705baf23e7
Bug 1036299 - Show enhanced content image when the tile is unhovered [r=adw]
...
Place an image above the usual thumbnail to hide on hover. Have DirectoryLinksProvider keep a cache of enhanced links/images to use on history tiles.
--HG--
extra : rebase_source : e4d1ddafebf13c1723a79d889a7ca3039396bc0d
2014-07-23 11:02:49 -07:00
Florian Quèze
935223e467
Bug 1037405 - implement the screen sharing urlbar indicator, r=Gijs.
...
--HG--
extra : rebase_source : ae477beaae5553db887589bd5ce314fb2a63c2ef
2014-07-18 12:14:29 +02:00
Florian Quèze
5c90d904b2
Bug 1037405 - add new icons for screensharing doorhangers, r=Gijs.
...
--HG--
extra : rebase_source : 0795c223b752322c6843b2c64441749722050679
2014-07-18 12:14:29 +02:00
Florian Quèze
d7167bfa22
Bug 1037405 - adapt the label of the main action in the screensharing doorhanger prompt, r=Gijs.
...
--HG--
extra : rebase_source : 4cf00c04c99814c2bb040ff65d3d37793ac59976
2014-07-18 12:14:29 +02:00
Florian Quèze
4d36509871
Bug 1037405 - implement the doorhanger prompting the user to share a screen/window, r=Gijs.
...
--HG--
extra : rebase_source : 394a06b14a7561ea1f43d3c7a8ce52ad4a4fe447
2014-07-07 09:08:00 +02:00
Paul Kerr [:pkerr]
6074c4feba
Bug 1002414 - Part 2: Add additional tests for new functional paths. r=standard8
2014-07-17 17:18:52 -07:00
Paul Kerr [:pkerr]
f40bf838d7
Bug 1002414 - Part 1: Add retry logic to PushServer user agent. r=standard8
2014-07-17 15:28:38 -07:00
Ehsan Akhgari
2d1955eec6
Bug 1039845 - Give nsWindowsShellService a private destructor; r=bjacob
...
--HG--
extra : rebase_source : 0278ccf497f7db063b78deddd2ccce5a61fed718
2014-07-17 16:43:38 -04:00
Ryan VanderMeulen
e067c5c844
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-07-17 17:32:54 -04:00
Blake Winton
dc4882b221
Bug 1038248 - Add UITelemetry to count the number and type of searches. r=mconley
2014-07-17 11:37:22 -04:00
Georg Fritzsche
62800a0229
Bug 1041080 - Fix OpenH264Provider path registration, default enabled state and logging r=Unfocused
2014-07-19 20:01:01 +02:00
Florian Quèze
4ab6127752
Bug 1037430 - implement webrtc global indicator in the Mac menubar, r=dolske.
2014-07-19 02:49:19 +02:00
Florian Quèze
287da9c56c
Bug 1037408 - implement the global indicator window, initial patch by Gijs, r=dolske.
2014-07-19 02:49:19 +02:00
Florian Quèze
61d0f1410c
Bug 1037408 - webrtcUI's activeStreams getter should be able to return lists for a specific device type, r=dolske.
2014-07-19 02:49:19 +02:00
Florian Quèze
bc3eaa47bb
Bug 1037408 - add booleans to webrtcUI indicating which sharing indicators should be shown, r=dolske.
2014-07-19 02:49:18 +02:00
Florian Quèze
4282b5345d
Bug 1041155 - The browser_wa_properties-view-media-nodes.js test doesn't wait for the audio device to be actually closed, r=paul.
2014-07-19 20:08:28 +02:00
Georg Fritzsche
76143072aa
Bug 1040937 - Fix GMPInstallManager and OpenH264Provider using different pref names r=Unfocused a=kwierso
2014-07-19 02:23:47 +02:00
Brian Grinstead
16b8d81aa9
Bug 1037908 - Remove unwanted text shadow on box model inforbar;r=mratcliffe
2014-07-17 10:07:56 -05:00
Carsten "Tomcat" Book
04e3cf1e6f
Merge mozilla-central to fx-team
2014-07-17 16:44:49 +02:00
Carsten "Tomcat" Book
005b9f88a5
merge fx-team to mozilla-central a=merge
2014-07-17 16:31:33 +02:00
Panos Astithas
e7d8caabc7
Wait for scratchpad to finish before ending the test (bug 985423). r=me
2014-07-17 16:58:59 +03:00
Dão Gottwald
2b9700f2f9
Bug 1016405 - Update the icons in the context menu to have the correct size, HiDPI, and inverted variants. r=mdeboer
2014-07-17 15:16:24 +02:00
Michael Ratcliffe
2945f297eb
Bug 994732 - Make "Disable Cache" in Devtools persist (only when the toolbox is open) r=jwalker, r=pbrosset
2014-07-17 10:39:56 +01:00
Nicolas Perriault
0dcae314a7
Bug 1039263: Fixed standalone Loop UI couldn't restart a call. r=dmose
2014-07-17 09:27:48 +01:00
Mark Banner
6046b1a9ef
Bug 1036661 Accessing the loop panel for the first time triggers an error message in the console. r=dolske
2014-07-17 09:27:48 +01:00
Mark Banner
f44669bab2
Bug 1039757 Add a script to run relevant unit tests for Loop. r=dmose
2014-07-17 09:27:47 +01:00
Michael Ratcliffe
ea37e9901b
Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen
...
--HG--
rename : browser/devtools/shared/Jsbeautify.jsm => toolkit/devtools/jsbeautify/beautify.js
2014-07-14 14:25:22 +01:00
Bill McCloskey
4da3783e52
Bug 1024391 - Fix popup blocking bug (r=felipe)
2014-07-16 23:05:17 -07:00
Valentin Tsatskin
74a3c90903
Bug 1031571 - Remove pointer cursor from hover of netError button. r=unfocused
2014-07-07 11:17:00 +02:00
J. Ryan Stinnett
1ead62e597
Bug 1039457 - Allow yelling in Scratchpad (Shift-Space). r=robcee
2014-07-16 07:11:00 +02:00
Patrick Brosset
00a143433a
Bug 711941 - part 3.1 - Make sure all devtools/styleinspector test open tabs with utf-8 charset; r=me
2014-07-17 09:59:11 +02:00
Patrick Brosset
07c1fd209d
Bug 711941 - part 3 - Timing-function editor tooltip in the rule-view; r=miker
2014-07-17 09:59:04 +02:00
Wes Kocher
b190177182
Bug 1017273 - Fix merge conflicts to help fix the CLOSED TREE
2014-07-16 21:32:46 -07:00
Wes Kocher
ebaff10e0f
NO BUG - Fix mistake introduced in a merge to fix this CLOSED TREE
2014-07-16 21:15:04 -07:00
Shane Caraveo
3c40216d24
Bug 1036581 add telemetry probes to social buttons and sidebar, r=dolske
2014-07-16 19:15:02 -07:00
Wes Kocher
69ed25e952
Merge m-c to fx-team
2014-07-16 17:46:33 -07:00
Wes Kocher
b32d84dcad
Merge inbound to m-c a=merge
2014-07-16 17:08:26 -07:00
Patrick Brosset
7fda3ce229
bug 1034601 - Enable devtools/markupview tests with e10s; r=bgrins
2014-07-16 22:17:30 +02:00
Dão Gottwald
2373e5e978
Bug 1037017 - Remove cui-areatype from removable=false widgets. r=gijs
2014-07-16 22:04:06 +02:00
Trishul Goel
e3a2c2e2fb
Bug 1038604 - Rename disableMCB to allowMixedContent. r=dao
2014-07-16 22:03:15 +02:00
Georg Fritzsche
2e0173e669
Bug 1009909 - Firefox desktop: Integrate the openh264 media plugin in the add-ons manager. r=unfocused
2014-07-16 15:49:30 +02:00
tssurya
f64a2ba0e0
Bug 440150 - Library window divider between content list and bookmarks too thin. r=mak
2014-07-16 06:25:00 -04:00
Ryan VanderMeulen
f13e743f71
Backed out changeset 46acc7f0704b (bug 1009909) for xpcshell failures.
2014-07-16 11:34:20 -04:00
Dão Gottwald
b52014e7ff
fix line endings, no bug, DONTBUILD
2014-07-16 17:07:15 +02:00
Georg Fritzsche
43e3ef7bfc
Bug 1009909 - Firefox desktop: Integrate the openh264 media plugin in the add-ons manager. r=unfocused
2014-07-16 15:49:30 +02:00
Brian Grinstead
0c81c44d27
Bug 1038651 - Prevent inspector from breaking when reloading an SVG file;r=mratcliffe
...
--HG--
rename : browser/devtools/inspector/test/browser_inspector_reload.js => browser/devtools/inspector/test/browser_inspector_reload-01.js
2014-07-16 08:40:07 -05:00
Mark Banner
972161bfff
Bug 1038675 expiresAt parameter of /call-url/ response has changed from hours to seconds with the latest server version (Loop desktop client doesn't register on startup of browser). r=nperriault
2014-07-16 15:15:08 +01:00
Nicolas Perriault
54c330ca18
Bug 1020448 - Add Loop pending call timeout for the link clicker UI. r=Standard8,ui-review=dhenein
2014-07-16 15:15:08 +01:00
Mark Banner
8bd6dc13b4
Follow up to bug 1017273 - Move the loop-call-button to the correct place in the toolbar to match its default position. rs=gijs
2014-07-16 15:15:08 +01:00
Mark Banner
264942d0a2
Bug 1017273 Change Loop from compile-time enabled to runtime-enabled with a pref. r=dolske,r=jesup,r=glandium,r=gijs
2014-07-16 15:15:07 +01:00
Alexander Seleznev
f6662517c7
Bug 1038607 - Fix text color in search field on about:newtab page. r=dao
2014-07-15 03:39:00 +02:00
Panos Astithas
34a40a3319
Properly handle terminated scripts in the debugger (bug 814683). r=fitzgen
...
--HG--
extra : rebase_source : 7df6a8e87642d40bf69e50d65aa0b358a5f1955b
2014-07-15 19:20:38 +03:00
Panos Astithas
c9f4e1f365
Black box sources before deciding whether to stage them for later addition (bug 1038117). r=fitzgen
...
--HG--
extra : rebase_source : dfedcab97b91ae75c9ef5c63d4e1489a49576330
2014-07-14 18:30:28 +03:00
Carsten "Tomcat" Book
9ca2104e4c
Backed out changeset 9fe6a4141450 (bug 1026561) for bc1 test regression on a CLOSED TREE
2014-07-16 09:01:22 +02:00
Ed Lee
47fca7ea05
Bug 1026561 - The New Tab Page should be smarter about showing more tiles when on large screens [r=adw]
...
Bump up default columns to fit most Firefox users including 2560px wide resolutions.
2014-07-15 22:28:08 -07:00
Wes Kocher
a7993dd36c
Merge m-c to fx-team
2014-07-15 17:50:18 -07:00
Sami Jaktholm
e444ce1298
Bug 1037280 - Inspector: Wait for toolbox to be destroyed before ending test run. r=pbrosset
2014-07-11 00:54:00 -04:00
Paul Rouget
6fced14f80
Bug 1020739 - kill WebIDE command line support. r=jryans
2014-07-15 21:03:24 +02:00
Paul Rouget
f1820c91d2
Bug 1008709 - Build a preference screen for WebIDE. r=bgrins
2014-07-15 21:03:24 +02:00
Paul Rouget
e4d1ecf33a
Bug 1037115 - show runtime actions, and add a disconnect button. r=jryans
2014-07-15 21:03:23 +02:00
Paul Rouget
955ba1c3d8
Bug 1016903 - add icons and reformat icon grid. r=jryans
2014-07-15 21:03:23 +02:00
Tim Taubert
e1c66ad2e2
Bug 1028187 - Enable IndexedDB for about:looppanel and about:loopconversation, sharing an origin r=bz
2014-07-03 17:16:08 -07:00
Richard Marti
3a7b7d9f0c
Bug 1036054 - Convert Sync pane dialog to be in-content. r=mattn
2014-07-15 23:05:55 +02:00
Tom Schuster
76cf0a1088
Bug 673569 - Let each frame script have its own scope (r=smaug)
2014-06-13 19:56:38 +02:00
Wes Kocher
ab953e69d8
Merge m-c to inbound
2014-07-16 17:42:00 -07:00
Mike Hommey
72839c7305
Bug 1038639 - Remove --with-libxul-sdk and --with-system-libxul. r=bsmedberg
2014-07-17 08:42:16 +09:00
Tim Abraldes
1aaa7148c1
bug 985252. Build sandbox code regardless of whether --enable-content-sandbox/MOZ_CONTENT_SANDBOX is provided. Enable sandboxing of GMP plugins. Enable `SandboxBroker` to set different security policies for different process types. r=bbondy, r=cpearce, r=bent
2014-07-16 16:01:34 -07:00
Ehsan Akhgari
8e9ec70e42
Bug 1045415 - Stop pretending that content-contextmenu.svg needs to be preprocessed; r=gps
...
This fixes one build warning on the respective platforms.
2014-07-29 20:45:44 -04:00
Mark Hammond
1dec47d185
Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
...
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Mark Hammond
2702b1e946
Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
...
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Mark Hammond
6e95b5893a
Bug 1013064 (part 1) - prompt for master-password unlock when interacting with about:accounts. r=ttaubert
...
From 18f9d132020afee6004e63c9006245e4d3b04e18 Mon Sep 17 00:00:00 2001
---
browser/base/content/aboutaccounts/aboutaccounts.js | 9 +++++++++
1 file changed, 9 insertions(+)
2014-06-11 17:34:24 +10:00
Birunthan Mohanathas
63531ea0d2
Bug 1048622 - Fix 'assignment to undefined variable' warnings in nsBrowserContentHandler.js. r=gavin
2014-08-05 06:47:17 -07:00
Birunthan Mohanathas
ceef176362
Bug 1048277 - Fix selector for hiding about:neterror icon when content area is sufficiently small. r=Unfocused
2014-08-04 07:40:13 -07:00
Mark Hammond
9d6c4e4c2f
Bug 1013064 (part 1) - prompt for master-password unlock when interacting with about:accounts. r=ttaubert
...
From 18f9d132020afee6004e63c9006245e4d3b04e18 Mon Sep 17 00:00:00 2001
---
browser/base/content/aboutaccounts/aboutaccounts.js | 9 +++++++++
1 file changed, 9 insertions(+)
2014-06-11 17:34:24 +10:00
Carsten "Tomcat" Book
8a61d8f6b2
Merge mozilla-central to mozilla-inbound
2014-07-15 16:17:15 +02:00
Carsten "Tomcat" Book
9e0a923f6f
merge fx-team to mozilla-central a=merge
2014-07-15 16:08:30 +02:00
Victor Porof
f9ec3559ce
Bug 1034669 - Add a way of fading out certain areas of the canvas graphs, r=pbrosset
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-11.js => browser/devtools/shared/test/browser_graphs-11a.js
2014-07-15 08:34:07 -04:00
Allison Naaktgeboren
cd7511f5cf
Bug 693555 - Update inline spellchecker underlining for multiprocess(e10s).r=ehsan, mrbkap
2014-07-01 15:24:27 -07:00
Ryan VanderMeulen
6a64de1540
Merge inbound to m-c. a=merge
2014-07-14 15:47:36 -04:00
Gijs Kruitbosch
f92d08e1df
Bug 1023304 - auto-add new builtin widgets in customizable areas, r=mconley
...
--HG--
extra : rebase_source : a6a1b073e7bc886704e2ee998ba46618f70d62f2
2014-07-09 23:57:19 +01:00
Paolo Amadini
801b375528
Bug 1020865 - Implement the dialog displayed upon form.requestAutocomplete(). r=MattN
...
--HG--
rename : toolkit/components/formautofill/test/chrome/test_requestAutocomplete_disabled.html => toolkit/components/formautofill/test/chrome/test_requestAutocomplete_cancel.html
2014-07-14 13:51:56 +01:00
Michael Ratcliffe
58528fe5ca
Backed out changeset e2360d41bd66 (bug 1033387) for loader test failures
2014-07-14 01:00:35 +01:00
Michael Ratcliffe
c4652cfb8b
Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen
...
--HG--
rename : browser/devtools/shared/Jsbeautify.jsm => toolkit/devtools/jsbeautify/beautify.js
2014-07-13 23:25:19 +01:00
Michael Ratcliffe
4ad570d579
Backed out changeset 0ba8be1413f7 (bug 1033387) for xpc test failures
2014-07-13 23:12:50 +01:00
Michael Ratcliffe
69cd749120
Bug 1033387 - Update JSBeautify and move it into toolkit r=fitzgen
...
--HG--
rename : browser/devtools/shared/Jsbeautify.jsm => toolkit/devtools/jsbeautify/beautify.js
2014-07-13 21:46:14 +01:00
Michael Ratcliffe
0c34350ec3
Bug 1032721 - Re-enable browser_inspector_infobar.js when oranges are fixed r=pbrosset
...
--HG--
rename : browser/devtools/inspector/test/browser_inspector_infobar.js => browser/devtools/inspector/test/browser_inspector_infobar_01.js
2014-07-12 20:20:28 +01:00
Wes Kocher
12b6391129
Backed out changeset 8673477f5fc2 (bug 862563) for Windows mochitest-5 failures
2014-07-11 17:00:08 -07:00
Georg Fritzsche
36ae1e497a
Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run; r=gps
...
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.
The notification is now shown shortly after first startup.
The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.
The end result is the code for managing the state of the notification is
greatly simplified.
--HG--
extra : rebase_source : 808efdf1edd103552f6aa10b5c4309b64e514773
extra : amend_source : e4252e6a850a348d1b5aca733121dd07cbc6a70a
extra : histedit_source : 10ec20a07677674a8c9a705a3ffb4dc46a22b890%2Ca9442934d5964f16e9ad1101b786b4d094ac228d
2014-07-09 14:32:29 -07:00
Joe Walker
add63516dd
Bug 1035300 - Drop support for page report with oneshot data. r=harth
2014-07-11 07:57:00 -04:00
J. Ryan Stinnett
94b231708e
Bug 1033079 - Part 2: Support multiple listening sockets. r=past
2014-07-10 14:15:00 -04:00
Ryan Freebern
9efcccd4c7
Bug 1030779 - Add -private-window to command-line help output. r=jdm
2014-07-02 10:58:00 -04:00
Ryan VanderMeulen
296caa949c
Merge inbound to m-c. a=merge
2014-07-11 16:34:56 -04:00
Ryan VanderMeulen
7fbee60fc9
Merge fx-team to m-c. a=merge
2014-07-11 16:22:36 -04:00
Shane Caraveo
a69c426a8e
Bug 926417 add microdata support for share/marks, r=markh, r=felipe
2014-07-11 08:50:34 -07:00
ffxbld
d32075887c
No bug, Automated blocklist update from host bld-linux64-spot-1092 - a=blocklist-update
2014-07-11 06:19:02 -07:00
Steven MacLeod
01345e59a4
Bug 1035337 - Record when the infobar is hidden due to "Never translate this language/site". r=felipe
...
--HG--
extra : rebase_source : ceb8cf7df82555eef2d073e41f6af8888643c659
extra : histedit_source : 478dc6afdbb7697e93cc44f7d3a716c6347b6c0c
2014-07-10 22:13:09 -04:00
Steven MacLeod
0b8072e06c
Bug 1035337 - Introduce API to record when the infobar is hidden due to "Never translate this language/site". r=felipe
...
--HG--
extra : rebase_source : 04dd1e060efad6160997194ba1b128c7f8a5db36
extra : histedit_source : be5f46896497e1bef1aa5ace5850793c4556527d
2014-07-10 18:31:56 -04:00
Ryan VanderMeulen
6777a8c00a
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-07-10 18:22:38 -04:00
Adam Roach [:abr]
b81d6217c1
Bug 1015486 Bypass the video and audio permission prompts for Loop, as Loop will provide its own mechanisms. Patch by abr, tests by Standard8. r=jesup,r=florian
2014-07-10 21:14:57 +01:00
Marco Castelluccio
0c223e94ec
Bug 906114 - Wait local installation before sending messages to content. r=myk
2014-07-11 13:25:46 +02:00
Gijs Kruitbosch
d1f0ec78df
Bug 1014313 - part 3: add labels specifically for this context menu, r=dao
2014-07-09 22:59:43 +01:00
Benjamin Smedberg
263c591dee
Bug 1032814 - Gecko media plugins should not automatically enable plugin from system locations. Instead, there is a programmatic API for registering available plugins which will be used by addons or the addon manager. For development, there is also an environment variable. r=josh/jesup
2014-07-10 14:48:11 -04:00
Ed Morley
3103e2eec5
Backed out changeset 91f25a63dea9 (bug 1032814) for build failures
2014-07-10 17:43:21 +01:00
Benjamin Smedberg
67c77aebbd
Bug 1032814 - Gecko media plugins should not automatically enable plugin from system locations. Instead, there is a programmatic API for registering available plugins which will be used by addons or the addon manager. For development, there is also an environment variable. r=josh/jesup
...
--HG--
extra : rebase_source : dcd8708ac50a96cff3c59d3c4a531288c19bd961
2014-07-10 10:32:59 -04:00
Carsten "Tomcat" Book
61f33624c3
merge fx-team to mozilla-central a=merge
2014-07-10 14:54:35 +02:00
Richard Marti
282c47c2c2
Bug 1036044 - Convert Applications pane dialogs to be in-content. r=MattN
2014-07-09 22:24:38 +02:00
Sami Jaktholm
35873cd632
Bug 851349 - Fix intermittent failures in disabled test browser_inspector_search-navigation.js and re-enable it. r=pbrosset
2014-07-10 22:00:00 +02:00
Dão Gottwald
39e4605c54
Bug 1034845 - Re-enable pasting data URIs to the location bar. r=gijs
...
--HG--
extra : rebase_source : e03b3d39e47dd1c917e0e343621d8c51f500685e
2014-07-11 00:39:55 +02:00
Sami Jaktholm
f9f87ed818
Bug 988314 - Rename Inspector tests and supporting documents. r=pbrosset
...
--HG--
rename : browser/devtools/inspector/test/browser_inspector_bug_817558_delete_node.js => browser/devtools/inspector/test/browser_inspector_delete-selected-node-01.js
rename : browser/devtools/inspector/test/browser_inspector_bug_848731_reset_selection_on_delete.js => browser/devtools/inspector/test/browser_inspector_delete-selected-node-02.js
rename : browser/devtools/inspector/test/browser_inspector_destroyselection.js => browser/devtools/inspector/test/browser_inspector_delete-selected-node-03.js
rename : browser/devtools/inspector/test/browser_inspector_bug_840156_destroy_after_navigation.js => browser/devtools/inspector/test/browser_inspector_destroy-after-navigation.js
rename : browser/devtools/inspector/test/browser_inspector_cmd_inspect.js => browser/devtools/inspector/test/browser_inspector_gcli-inspect-command.js
rename : browser/devtools/inspector/test/browser_inspector_basic_highlighter.js => browser/devtools/inspector/test/browser_inspector_highlighter-01.js
rename : browser/devtools/inspector/test/browser_inspector_highlighter.js => browser/devtools/inspector/test/browser_inspector_highlighter-02.js
rename : browser/devtools/inspector/test/browser_inspector_bug_674871.js => browser/devtools/inspector/test/browser_inspector_highlighter-03.js
rename : browser/devtools/inspector/test/browser_inspector_bug_958456_highlight_comments.js => browser/devtools/inspector/test/browser_inspector_highlighter-comments.js
rename : browser/devtools/inspector/test/browser_inspector_iframeTest.js => browser/devtools/inspector/test/browser_inspector_highlighter-iframes.js
rename : browser/devtools/inspector/test/browser_inspector_bug_699308_iframe_navigation.js => browser/devtools/inspector/test/browser_inspector_iframe-navigation.js
rename : browser/devtools/inspector/test/browser_inspector_bug_665880.js => browser/devtools/inspector/test/browser_inspector_inspect-object-element.js
rename : browser/devtools/inspector/test/browser_inspector_bug_672902_keyboard_shortcuts.js => browser/devtools/inspector/test/browser_inspector_keyboard-shortcuts.js
rename : browser/devtools/inspector/test/browser_inspector_bug_962478_picker_stops_on_destroy.js => browser/devtools/inspector/test/browser_inspector_picker-stop-on-destroy.js
rename : browser/devtools/inspector/test/browser_inspector_bug_961771_picker_stops_on_tool_select.js => browser/devtools/inspector/test/browser_inspector_picker-stop-on-tool-change.js
rename : browser/devtools/inspector/test/browser_inspector_pseudoclass_lock.js => browser/devtools/inspector/test/browser_inspector_pseudoclass-lock.js
rename : browser/devtools/inspector/test/browser_inspector_pseudoClass_menu.js => browser/devtools/inspector/test/browser_inspector_pseudoclass-menu.js
rename : browser/devtools/inspector/test/browser_inspector_dead_node_exception.js => browser/devtools/inspector/test/browser_inspector_remove-iframe-during-load.js
rename : browser/devtools/inspector/test/browser_inspector_bug_650804_search.js => browser/devtools/inspector/test/browser_inspector_search-01.js
rename : browser/devtools/inspector/test/browser_inspector_bug_831693_combinator_suggestions.js => browser/devtools/inspector/test/browser_inspector_search-02.js
rename : browser/devtools/inspector/test/browser_inspector_bug_831693_input_suggestion.js => browser/devtools/inspector/test/browser_inspector_search-03.js
rename : browser/devtools/inspector/test/browser_inspector_bug_831693_searchbox_panel_navigation.js => browser/devtools/inspector/test/browser_inspector_search-navigation.js
rename : browser/devtools/inspector/test/browser_inspector_select_last_selected.js => browser/devtools/inspector/test/browser_inspector_select-last-selected.js
rename : browser/devtools/inspector/test/browser_inspector_bug_958169_switch_to_inspector_on_pick.js => browser/devtools/inspector/test/browser_inspector_switch-to-inspector-on-pick.js
rename : browser/devtools/inspector/test/browser_inspector_bug_922125_destroy_on_navigate.js => browser/devtools/inspector/test/browser_inspector_update-on-navigation.js
rename : browser/devtools/inspector/test/browser_inspector_breadcrumbs.html => browser/devtools/inspector/test/doc_inspector_breadcrumbs.html
rename : browser/devtools/inspector/test/browser_inspector_destroyselection.html => browser/devtools/inspector/test/doc_inspector_delete-selected-node-01.html
rename : browser/devtools/inspector/test/browser_inspector_bug_848731_reset_selection_on_delete.html => browser/devtools/inspector/test/doc_inspector_delete-selected-node-02.html
rename : browser/devtools/inspector/test/browser_inspector_cmd_inspect.html => browser/devtools/inspector/test/doc_inspector_gcli-inspect-command.html
rename : browser/devtools/inspector/test/browser_inspector_bug_958456_highlight_comments.html => browser/devtools/inspector/test/doc_inspector_highlighter-comments.html
rename : browser/devtools/inspector/test/browser_inspector_highlighter.html => browser/devtools/inspector/test/doc_inspector_highlighter.html
rename : browser/devtools/inspector/test/browser_inspector_infobar.html => browser/devtools/inspector/test/doc_inspector_infobar.html
rename : browser/devtools/inspector/test/browser_inspector_menu.html => browser/devtools/inspector/test/doc_inspector_menu.html
rename : browser/devtools/inspector/test/browser_inspector_dead_node_exception.html => browser/devtools/inspector/test/doc_inspector_remove-iframe-during-load.html
rename : browser/devtools/inspector/test/browser_inspector_bug_831693_search_suggestions.html => browser/devtools/inspector/test/doc_inspector_search-suggestions.html
rename : browser/devtools/inspector/test/browser_inspector_bug_650804_search.html => browser/devtools/inspector/test/doc_inspector_search.html
rename : browser/devtools/inspector/test/browser_inspector_select_last_selected.html => browser/devtools/inspector/test/doc_inspector_select-last-selected-01.html
rename : browser/devtools/inspector/test/browser_inspector_select_last_selected2.html => browser/devtools/inspector/test/doc_inspector_select-last-selected-02.html
2014-07-09 06:21:00 +02:00
Gabriel Luong
c5d4215e2e
Bug 982456 - When hovering a line of the console, highlight the line. r=vporof
2014-07-07 11:30:00 +02:00
Ed Lee
5d11c6ec87
Bug 1036280 - Newly added links are type=undefined instead of history [r=adw]
...
Include history type and make link creation the same by removing bgColor/imageURI.
2014-07-09 21:16:48 -07:00
Shane Caraveo
6e997d56da
Bug 1036646 fix double command handling for socialmarks button, r=Gijs
2014-07-09 16:40:26 -07:00
Patrick Brosset
d77f2d6f2f
Bug 711941 - part 2 - Make output-parser recognize cubic-bezier timing-functions; r=miker
2014-07-09 23:50:18 +02:00
Gijs Kruitbosch
a823b3f20b
Bug 577892 - allow icons to change when href attribute is set directly, with automated test, r=dolske,bz
...
--HG--
extra : rebase_source : 8b74cb3e4c60df4b84c207f2ae1bc371e238d19d
2014-07-03 22:40:52 +01:00
Gijs Kruitbosch
f96cbde947
Bug 1033463 - don't null out gEditBookmarkOverlay, r=mak
...
--HG--
extra : rebase_source : ca28e8c7faba88eb4851737c960fe89a61e20955
2014-07-10 15:57:31 +01:00
Gijs Kruitbosch
70548b0b3b
Bug 1014313 - part 2: add undo close tab item to alltabs-button menu, r=dao
2014-07-03 00:17:15 +01:00
Panos Astithas
b751f4e6a7
Wait a turn of the event loop if CodeMirror isn't settled by the time breakpoints are being set (bug 1016310). r=vporof
...
--HG--
extra : rebase_source : 652e9075f33e807a4cbd55cf3074ad910a59e8c4
2014-07-09 18:49:34 +03:00
Georg Fritzsche
9f477b8fe2
Bug 1012466 - Test cleanups. r=bsmedberg
2014-07-09 15:17:36 +02:00
Georg Fritzsche
3ac251048e
Bug 1012466 - Properly synchronize experiments shutdown with the AddonManager by using its shutdown barrier. r=bsmedberg
2014-07-08 17:36:24 +02:00
Panos Astithas
084b9ac791
Replace mouseenter/leave events with mouseover/out in devtools for performance (bug 971203). r=vporof,pbrosset
...
--HG--
extra : rebase_source : 99ec789ca1314d0781c622ad3c1d96451aba3ae7
2014-07-09 17:47:53 +03:00
Joe Walker
85440af8e0
Bug 1023891 - Remove hardcoding of "en-US in csscoverage.dtd; r=harth
2014-07-10 14:37:22 +01:00
Joe Walker
683b288716
Bug 1034181 - Rename UsageReportActor to CSSUsageActor; r=harth
2014-07-10 14:37:17 +01:00
Joe Walker
a671a0a954
Bug 1032789 - Pull together the various GCLI plugin points; r=mratcliffe
2014-07-10 14:37:09 +01:00
Carsten "Tomcat" Book
c5a0038de8
Merge mozilla-central to fx-team
2014-07-10 15:15:52 +02:00
Drew Willcoxon
1bda00a462
Bug 1005601 - "gContextMenu is null" thrown for first textarea context menu in a window. r=Gijs
2014-07-10 03:31:04 -07:00
Ryan VanderMeulen
470a46bf63
Merge fx-team to m-c. a=merge
2014-07-09 16:12:36 -04:00
Carsten "Tomcat" Book
2bfe7fd64b
Merge mozilla-central to fx-team
2014-07-09 16:15:17 +02:00