Nihanth Subramanya
f1b26edb64
Bug 1186325 - Send ack for mousemove message after detecting the event. r=adw
2015-07-30 12:16:48 -07:00
Marco Bonardo
2d0765a570
Bug 1172937 - Action row doesn't always update correctly with unified autocomplete. r=adw
...
Original patch by Felipe Gomes <felipc@gmail.com>
2015-07-30 16:54:27 +02:00
Edouard Oger
d4dcbd3230
Bug 987681 - Sync preferences no longer flashes when opening. r=markh
2015-08-03 10:47:00 -04:00
YFdyh000
8773d5fc9a
Bug 1186498 - Let the "cached" of transferredSize can be localized. r=jsantell
2015-08-03 04:56:00 -04:00
Jimmy Wang
1994e33626
Bug 1040947 - Opening page info from a remote tab is sluggish. r=florian
2015-07-08 17:18:38 -04:00
Nihanth Subramanya
ca4bd00de3
Bug 1182338 - Add tests for keyboard navigation in the in-content search UI. r=adw
2015-07-23 19:35:37 -07:00
Nihanth Subramanya
9df63c0965
Bug 1182338 - Bring in-content search UI keyboard navigation up to parity with main searchbar UI. r=adw
2015-07-10 16:19:02 -07:00
Simon Lindholm
c7dbd8413c
Bug 1187584 - Don't use the hidden window for creating value nodes in the rule view. r=mratcliffe
2015-07-28 09:36:00 -04:00
Lydia Katsamberis
56eda5f978
Bug 1178120 - Change CSS label to crop center in Style Editor. r=bgrins
2015-07-27 18:23:00 -04:00
Paolo Amadini
6974cab3f6
Bug 1184060 - Anchor the Control Center to the middle of the icons in the identity block. r=ttaubert
2015-07-28 14:51:19 +01:00
Alexandre Poirot
f8a112ea52
Bug 1182194 - Use DevToolsUtils module instead of JSM. r=jwalker
2015-07-28 08:03:17 -07:00
Brittany Storoz
d05bcaa954
Bug 1186465 - Fix styling for runtime apps under sidebars view. r=jryans
2015-07-27 12:20:00 -04:00
Marina Rodriguez Iglesias
e288a76b2b
Bug 1125181 - Hello should put the conversation (aka room) name in the <title>. r=mikedeboer
2015-07-27 13:18:00 -04:00
Andrei Oprea
f3df2e974e
Bug 1183884 - Change manual testing infrastructure. r=mikedeboer
2015-07-27 10:11:00 -04:00
Carsten "Tomcat" Book
269808f6e7
Merge mozilla-central to fx-team
2015-07-28 16:34:23 +02:00
Carsten "Tomcat" Book
352596c8ac
merge mozilla-inbound to mozilla-central a=merge
2015-07-28 16:28:02 +02:00
Dão Gottwald
3271c4cce8
Bug 1180200 - [Control Center] Replace hardcoded colors with platform colors. r=ttaubert
2015-07-28 14:18:59 +02:00
Alexandre Poirot
a92730ef2d
Bug 1136931 - Prevent racing hideBoxModel during connection shutdown. r=bgrins
2015-07-28 05:18:24 -07:00
Marco Bonardo
a28de8f7fe
Bug 1184960 - Limit the usable text to get search suggestions. r=Mossop
2015-07-28 10:21:40 +02:00
Gabriel Luong
f757da16f3
Bug 1184628 - [Rule View] Editing a disabled property should enable it r=bgrins
2015-07-27 21:40:34 -07:00
Gabriel Luong
b8f0d3ae32
Bug 1186138 - Part 3: Add unit test for checking that the preview remains disabled after escaping editing a disabled property r=bgrins
2015-07-27 21:40:26 -07:00
Gabriel Luong
0e974ce785
Bug 1186138 - Part 2: Ensure the property remains disabled after ESC editing a disabled property r=bgrins
2015-07-27 21:40:20 -07:00
Gabriel Luong
3a948d934e
Bug 1186138 - Part 1: Refactor this.prop.rule to this.rule in rule-view.js r=bgrins
2015-07-27 21:40:05 -07:00
Blake Winton
a7286104c3
Bug 1177136 - Use a hidpi loading throbber on Windows. ui-r=shorlander, r=jaws
2015-07-27 15:26:40 -04:00
Riadh Chtara
5cbab17446
Bug 707044 - Tests for Google Chrome password import on Windows. r=MattN
2015-07-27 19:34:30 -07:00
Makoto Kato
9a923aa4ff
Bug 707044 - Import login data from Google Chrome on Windows. r=MattN
2015-07-27 19:31:53 -07:00
Matt Brubeck
01e6d95ffd
Bug 1185183 - Don't replace edited URL value with old completed value [r=mak]
2015-07-27 17:58:58 -07:00
Blake Winton
4dcd633bcf
Bug 1187268 - Remove the border around background tabs on hover on Windows 10. ui-r=phlsa, r=jaws.
2015-07-27 13:55:27 -04:00
Ryan VanderMeulen
12913cf357
Merge inbound to m-c. a=merge
2015-07-27 15:34:42 -04:00
Mike Hommey
684778963f
Bug 1186748 - Move gtk-related things in a separate mozconfig. r=mshal
...
Some mozconfigs don't include mozconfig.linux*, and don't get gtk-related
definitions, so move them in a separate mozconfig. To avoid having two
files, one for 32-bit builds and one for 64-bit builds, rely on the
includer to set PKG_CONFIG_LIBDIR appropriately.
At the same time, move all the --enable-default-toolkit=cairo-gtk2 in that
new file in the case the gtk3 package wasn't pulled from tooltool.
2015-07-28 08:19:15 +09:00
Mike Hommey
5cb6216446
Bug 1187533 - Change how Gtk+2 plugin-container is started on Gtk+3 builds. r=billm
...
The current situation looks like this: Firefox launches the plugin-container
with two environment variables set:
LD_LIBRARY_PATH=$FIREFOX_DIR:$LD_LIBRARY_PATH
LD_PRELOAD=$FIREFOX_DIR/libmozgtk2.so:$LD_PRELOAD
libxul.so has a dependency on libmozgtk.so (without "2"), but libmozgtk2.so
has a SONAME of libmozgtk.so, so ld.so recognizes libmozgtk2.so as a
dependency of libxul.so, and uses it instead of the actual libmozgtk.so,
making the plugin-container use Gtk+2 instead of Gtk+3 to load Gtk+2 plugins.
Now, ASan sets things up in shared libraries such that they needs a symbol
from the executable binary. So in the case of plugin-container, the
plugin-container executable itself contains some ASan symbols such as
__asan_init_v3. libmozgtk2.so, OTOH, contains an undefined weak reference to
that symbol, like all other Firefox shared libraries.
Since libmozgtk2.so is LD_PRELOADed, it is loaded _before_ the
plugin-container executable, and __asan_init_v3 can't be resolved.
Disabling ASan for libmozgtk2.so would be a possibility, but the build system
doesn't really know how to do that, and filtering out -fsanitize=address
can be fragile.
The alternative possibility, implemented here, is to change the library
loading strategy, renaming libmozgtk2.so to gtk2/libmozgtk.so, and setting
the following environment variable when Firefox launches the plugin-container:
LD_LIBRARY_PATH=$FIREFOX_DIR/gtk2:$FIREFOX_DIR:$LD_LIBRARY_PATH
2015-07-28 08:19:13 +09:00
Andrew McCreight
06711ab05c
Bug 964669 - Increase timeout for browser_social_multiworker because shutting down child processes is slow. r=mixedpuppy
2015-07-27 12:49:48 -07:00
Brian Grinstead
2d9b7354f2
Bug 1187578 - Regression test case for element with > 10 LOW_PRIORITY element children. r=bgrinstead
2015-07-27 09:14:00 +02:00
Simon Lindholm
420f0dfa95
Bug 1187578 - Avoid infinite loop when creating breadcrumbs. r=bgrins
2015-07-25 03:33:00 +02:00
Philipp Sackl
d10a1db28b
Bug 1185953 - location bar and search field on win10 should have a 1px border radius. r=dao
2015-07-27 03:13:00 +02:00
Lin Clark
067413f4bb
Bug 976559 - Splitter in narrow-width style editor is inconsistent with other panels. r=bgrins
2015-07-25 08:43:00 +02:00
Trevor Rowbotham
6269cb8c12
Bug 1189911 - Re-enable browser_plugin_infolink test in e10s. r=jimm
2015-07-31 13:16:00 +02:00
Ben Hearsum
010b9091fa
bug 672509: Build the Gecko SDK from Firefox, rather than XULRunner - enable sdk generation for Betas and Releases. r=glandium
2015-07-29 10:53:30 -04:00
Dão Gottwald
33b623059d
Bug 1187219 - Remove _visuallySelected, _logicallySelected from tabbox.xml, avoid code duplication with tabbrowser.xml. r=mconley
2015-07-29 17:33:31 +02:00
Dão Gottwald
bd0403d5b8
Backed out changeset caa59fe73a47
2015-07-30 10:53:06 +02:00
Gabriel Luong
324c629b3b
Bug 1189057 - [promise-dbg] Add initial boilerplate for initializing the promise debugger iframe r=fitzgen
2015-07-30 00:13:26 -07:00
Dão Gottwald
78f28d44ff
Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
2015-07-29 17:34:45 +02:00
Richard Barnes
c5796cfdf5
Bug 958886 - Use HTTPS for amazon.com searches from the search box
2015-07-27 11:43:12 -04:00
Tom Tromey
5b6fe925f0
Bug 1148593 - Create async stack in callback objects. r=bz, r=fitzgen
2015-07-24 07:01:00 -04:00
Ryan VanderMeulen
556768d073
Merge m-c to inbound. a=merge
2015-07-27 10:41:37 -04:00
Ryan VanderMeulen
89f3a33336
Merge fx-team to m-c. a=merge
2015-07-27 10:39:37 -04:00
Mark Banner
851f5b0aab
Bug 1180179 - Part 4. Use the shared media layout component in Loop's room views. r=mikedeboer
2015-07-27 12:58:02 +02:00
Mark Banner
14be5d9e81
Bug 1180179 - Part 3.1. Fix ui-showcase screen share standalone room views. r=mikedeboer
2015-07-27 12:45:49 +02:00
Mark Banner
d9f916faf4
Bug 1180179 - Part 3. Use the shared media layout component in direct calls. r=mikedeboer
2015-07-27 12:45:47 +02:00
Mike de Boer
f50fbeecc9
Bug 1185485: disable the Loop/ Hello button in private browsing mode. r=Standard8
2015-07-27 12:07:20 +02:00
Paul Adenot
0e0e2b315e
Bug 1156472 - Part 9 - Implement the minimum frontend to play with the feature. r=gijs,florian
2015-07-24 14:28:17 +02:00
Trevor Rowbotham
2d9eb5250d
Bug 1186739 - Replace the usage of Promise.jsm with native DOM promises. r=mconley
2015-07-24 09:55:00 +02:00
Neil Deakin
c7df0e679c
Bug 1186398, perform correct check when comparing if the select value has changed, r=felipe
2015-07-27 07:33:55 -04:00
Gabriel Luong
e30534bbca
Bug 1187681 - [Rule View] Ensure the property value copied also includes the priority r=mikeratcliffe
2015-07-26 19:37:49 -07:00
Gabriel Luong
9f99fc58ed
Bug 1187674 - Part 2: Copy URL context menu should only be displayed when clicked node is an image URL r=mikeratcliffe
2015-07-26 19:37:44 -07:00
Mark Hammond
f95b58f250
Bug 1156752 - explicitly list where each FxA field is stored. r=zaach
2015-07-27 08:58:53 +10:00
Justin Dolske
f2b7449869
Bug 1187631 - Reduce caption button height to normal native size. r=jaws
2015-07-26 12:06:21 -07:00
Dão Gottwald
975c23fe83
Bug 1179752 - Location bar bottom border shouldn't be displayed next to the autocomplete pop-up. r=jaws
2015-07-26 12:56:43 +02:00
Panos Astithas
29b1349a06
Add a test for bug 1145503. r=ehsan
2015-07-26 13:23:12 +03:00
Panos Astithas
28cdb7fa38
Bug 1145503 - TP exceptions added while in Private Browsing mode persist beyond the Private Browsing session. r=ehsan
2015-07-26 13:23:12 +03:00
Stephen Horlander
ce80b8f393
Bug 1184934 - Add caption buttons for themes and high contrast mode. r=dolske
2015-07-25 13:56:18 -07:00
Dão Gottwald
d031d46236
Bug 1187241 - Remove redundant ID selectors from .toolbarbutton-1[type=panel] selectors. r=jaws
2015-07-25 18:22:19 +02:00
Julian Descottes
353430e44d
Bug 1184746 - Fixed eslint errors in rule-view.js/computed-view.js, r=mikeratcliffe
...
Changes in computed-view.js
- Fixed curly braces formatting
- Added missing globals
- Removed named functions
- Removed unused code in openStyleEditor()
- Ensured consistent return in refreshMatchedSelectors()
- Ensured consistent return in refreshPanel()
Changes in rule-view.js
- Ensured consistent return in functions
- Refactored createExpandableContainer() to avoid shadowing
2015-07-24 00:11:07 +02:00
Wes Kocher
c18f2ecbfb
Merge m-c to fx-team, a=merge
2015-07-24 13:48:31 -07:00
Wes Kocher
c13f64e333
Merge fx-team to central, a=merge
2015-07-24 13:42:45 -07:00
Carsten "Tomcat" Book
d944a5d83e
Backed out 14 changesets (bug 1156472) for bustage on a CLOSED TREE
...
Backed out changeset 2ddbf85a42c0 (bug 1156472)
Backed out changeset 306d02e17081 (bug 1156472)
Backed out changeset 03598139f39a (bug 1156472)
Backed out changeset 4b1e6069b598 (bug 1156472)
Backed out changeset 6c588a5eaaec (bug 1156472)
Backed out changeset 8c98d7beaea7 (bug 1156472)
Backed out changeset fbf59fbb5875 (bug 1156472)
Backed out changeset 66479dd9eed9 (bug 1156472)
Backed out changeset c8502deeed33 (bug 1156472)
Backed out changeset 1a60ff1149a1 (bug 1156472)
Backed out changeset af1638279785 (bug 1156472)
Backed out changeset 8210276a98ca (bug 1156472)
Backed out changeset 13730e7c5997 (bug 1156472)
Backed out changeset 05acb71cf981 (bug 1156472)
2015-07-24 17:08:37 +02:00
Dão Gottwald
6c6335c808
Bug 1186984 - Fix --verified-identity-box-background-color vs. --verified-identity-box-backgroundcolor CSS variable name mismatch. r=paolo
2015-07-24 16:22:46 +02:00
Dão Gottwald
d010ac416a
Bug 1187236 - Identity block border should span the entire height on hover. r=paolo
2015-07-24 16:22:16 +02:00
Dão Gottwald
7686373d1a
Bug 1186981 - Remove dead #app-extension-point-end rules. r=mconley
2015-07-24 16:21:57 +02:00
Paul Adenot
73aa1ed6a1
Bug 1156472 - Part 9 - Implement the minimum frontend to play with the feature. r=gijs,florian
2015-07-24 14:28:17 +02:00
Carsten "Tomcat" Book
de8edb7ae7
Merge mozilla-central to fx-team
2015-07-24 13:03:36 +02:00
Carsten "Tomcat" Book
7d1d8c5361
merge mozilla-inbound to mozilla-central a=merge
2015-07-24 12:54:13 +02:00
Kartikaya Gupta
3d30a03519
Bug 1157745 - Enable APZ on Windows desktop nightly builds. r=dvander
2015-07-23 17:53:32 -04:00
Mike Hommey
8ea13b7462
Bug 965151 - Use tooltool in valgrind jobs. r=mshal
2015-07-24 06:49:40 +09:00
Ryan VanderMeulen
a5466f7041
Merge inbound to m-c. a=merge
2015-07-23 16:03:48 -04:00
Trevor Rowbotham
43f79b2cc6
Bug 1160780 - Completely rewrite the test to use Tasks instead of frame scripts to make the test more sane and attempt to fix an intermittent orange by switching from frame scripts to Tasks. r=jimm
...
CLOSED TREE
2015-07-21 15:59:00 -04:00
Neil Deakin
5aa127f8e4
Bug 1183623, redirect keyup events to keydown target when focus shifts from chrome to content in-between, r=smaug
2015-07-23 10:04:19 -04:00
Carsten "Tomcat" Book
85efe4f0d0
Merge mozilla-central to mozilla-inbound
2015-07-24 12:58:18 +02:00
Shu-yu Guo
94689c71d9
Bug 1164325 - Fix uninverting the profiler call tree. (r=jsantell)
2015-07-23 16:38:49 -07:00
Alessio Placitelli
e87f646256
Bug 1137355 - Add test coverage for the Data Choices notification bar in Telemetry. r=gfritzsche
2015-06-26 16:31:00 +02:00
Mark Banner
5e3e7ec213
Bug 1186541 - Fix a warning in StandaloneRoomView.shouldRenderRemoteVideo when the roomState is gather. r=mikedeboer
2015-07-24 09:01:58 +01:00
Jared Wein
88a70000cb
Bug 1185956 - Windows 10: border-color and box-shadow of URL bar and search field should be animated. r=dao
2015-07-23 20:54:30 -07:00
Matthew Noorenberghe
bf07450f17
Bug 1181541 - Convert branding identity icons for internal pages to SVG. r=ttaubert
2015-07-23 20:54:48 -07:00
Brian Grinstead
975cddda12
Bug 1187022 - Add hover tooltip for tracking protection shield icon;r=MattN
2015-07-23 20:37:17 -07:00
Mark Banner
65bc9c1ae8
Bug 1187309 - Simplify the no-camera work around for Loop that was put in place when we didn't have device enumeration - avoid unnecessary exceptions from the sdk. r=mikedeboer
2015-07-24 17:25:34 +01:00
Ryan VanderMeulen
3d0975abbe
Merge m-c to fx-team. a=merge
2015-07-27 10:44:08 -04:00
Bernardo P. Rittmeyer
3f226a7c4a
Bug 1187529 - Factored viewPasswords function from pageinfo/security.js to LoginHelper.jsm. r=MattN
2015-07-26 22:25:46 -07:00
Nihanth Subramanya
7d1a281217
Bug 1185845 - Fix localization issues in in-content search UI. r=adw
2015-07-22 02:30:10 -07:00
Mahdi Dibaiee
d70119b899
Bug 1184110 - Use a pretty icon button for toggling the presets list in the CSS Filter tooltip. r=bgrins
2015-07-24 11:16:00 +02:00
Giovanny Andres Gongora Granada
8c602e1d8d
Bug 1182769 - about:preferences# is not filtered out on the home page list. r=jaws
2015-07-24 22:13:00 +02:00
Dave Townsend
98ee61d20b
Bug 1167652: Enabled add-on signing requirements by default. r=dveditz
2015-06-01 09:14:29 -07:00
Ryan VanderMeulen
8866e8b798
Merge m-c to inbound. a=merge
2015-07-30 16:09:17 -04:00
Felipe Gomes
184303dfe1
Bug 1188605 - Turn e10s on by default for Aurora. r=mconley
2015-07-30 16:54:43 -03:00
Ben Hearsum
3ff9646702
Merge heads
2015-07-30 12:32:10 -04:00
Ben Hearsum
7cc2978809
bug 672509: Build the Gecko SDK from Firefox, rather than XULRunner - enable sdk generation for Betas and Releases. r=glandium
2015-07-30 12:30:55 -04:00
Daniel Holbert
b16fe3ae74
Bug 1189024: Use primitiveUnits="objectBoundingBox" in devtools 'invert' filter, to more clearly be inverting just the target element. r=bgrins
...
(This also avoids NS_WARNING-spam in debug builds, when this filter is applied to HTML elements which are being reflowed for the first time.)
2015-07-30 09:30:33 -07:00
Nikhil Marathe
66d37527d1
Bug 1188937 - Only add Push API interfaces to build if the feature is enabled. r=kitcambridge
2015-07-29 09:12:51 -07:00
Trevor Rowbotham
1ba55ca41a
Bug 1161564 - Re-enable browser_CTP_iframe test now that it has been rewritten. r=jimm
2015-07-27 11:15:00 -04:00
Benoit Girard
ecd78d458c
Bug 1188543 - Part 1: Add TabSwitchComplete event. r=billm
2015-07-29 13:28:05 -04:00
Ted Mielczarek
bebe1d6332
bug 1182519 - Put mozconfigs for cross-mac builds in tree. r=mshal
2015-07-14 07:02:22 -04:00
Wes Kocher
6da6038d9b
Merge m-c to inbound, a=merge
2015-07-28 18:03:34 -07:00
Chris Manchester
272a4042bf
Bug 1181255 - Get tsan builds on gtk3. r=glandium
2015-07-23 19:36:27 -07:00
Kyle Huey
7fe1fde596
Bug 1188141: Make Worker error events not bubble. r=baku
2015-07-28 15:59:55 -07:00
Ehsan Akhgari
6cf7a2c278
Bug 1188158 - Move nsIPrivateBrowsingTrackingProtectionWhitelist to its own component in toolkit; r=jdm
2015-07-28 15:01:05 -04:00
Steven Michaud
95620c5eb4
Bug 1089363 - Fix for zh-TW download image dialog. r=glandium
2015-07-22 14:02:28 +08:00
Carsten "Tomcat" Book
2b84579851
merge mozilla-inbound to mozilla-central a=merge
2015-07-23 12:02:27 +02:00
Fernando Rodriguez Sela
7596ab84fe
Bug 1181825 - Enable eslint rules for Loop: no-extra-boolean cast, no-redeclare, r=dmose
2015-07-22 21:47:04 -07:00
Mike Hommey
7647f64440
Followup for bug 1186229: Still use Gtk+2 for builds that don't pull the Gtk+3 tooltool package. r=nthomas on a CLOSED TREE
2015-07-23 11:08:53 +09:00
Geoff Lankow
cd7b560ba7
Bug 1177370 - TabAttrModified event when visuallyselected attribute changes; r=mconley
2015-07-23 13:03:01 +12:00
Mark Hammond
7a6cacb90c
Bug 1184825 - treat FxAccountsWebChannel as a singleton to avoid creating one per window. r=stomlinson
2015-07-23 08:49:22 +10:00
Ryan VanderMeulen
f9bdb6b374
Merge m-c to fx-team. a=merge
2015-07-22 16:49:04 -04:00
Ryan VanderMeulen
fe6a84f44d
Merge inbound to m-c. a=merge
2015-07-22 16:34:07 -04:00
Carsten "Tomcat" Book
f87931a24e
Merge mozilla-central to mozilla-inbound
2015-07-22 14:03:18 +02:00
Carsten "Tomcat" Book
f6fad857f8
merge mozilla-inbound to mozilla-central a=merge
2015-07-22 13:59:02 +02:00
Tim Taubert
24d59749a3
Bug 1186168 - Fix intermittent browser_607016.js failures by using ss.getTabState() instead of closing tabs to check their state r=mconley
2015-07-22 11:59:39 +02:00
Tim Nguyen
bacc39e9d5
Bug 1185889
- Fix devedition tab close button on Windows. r=dao
2015-07-22 08:04:00 -07:00
Matthew Noorenberghe
9e6243ae9a
Bug 1181978 - Use the system Highlight color for the identity popup subview back button. r=ttaubert
2015-07-22 09:31:15 -07:00
Dão Gottwald
325f491709
Bug 1185362 - Fix and consolidate margin and padding styling around the identity block. r=paolo
2015-07-22 18:11:34 +02:00
Mark Banner
ea36f00dd7
Bug 1180179 - Part 2. Create a new shared media layout component. r=mikedeboer
2015-07-22 16:35:39 +01:00
Jared Wein
0ffe2b5320
Bug 1185012 - followup, update the URL used for the first-run-on-windows10 page. r=MattN
2015-07-21 22:47:32 -04:00
Ursula
7340b1d326
Bug 1186062 - newtab-customize-panel doesn't have rounded edges. r=mstange.
2015-07-21 13:48:16 -04:00
Gabriel Luong
5cc5d5af41
Bug 1183895 - Part 2: Add a toolbar button for toggling the promise debugger r=fitzgen
2015-07-21 17:05:25 -07:00
Gabriel Luong
e28ea3007c
Bug 1183895 - Part 1: Add a new pane for the promise debugger r=fitzgen
2015-07-21 17:05:23 -07:00
Wes Kocher
0553fcce34
Merge m-c to fx-team, a=merge
2015-07-21 16:13:57 -07:00
Wes Kocher
68e284c50a
Merge fx-team to central, a=merge
2015-07-21 16:08:37 -07:00
Kartikaya Gupta
23db672d3a
Bug 1157746 - Enable APZ on OS X desktop nightly builds. r=mstange
2015-07-21 22:21:17 -04:00
Ehsan Akhgari
cd012536c9
Backout the debugging patch for bug 1173801
2015-07-21 21:29:36 -04:00
George Wright
44888c310e
Bug 1157941 - If the current PresShell is suppressed, paint the old one if it is available r=tn,Enn
2015-07-21 21:09:02 -04:00
Wes Kocher
a1696ffaf6
Merge m-c to inbound, a=merge
2015-07-21 16:11:44 -07:00
Mike Hommey
0688b30771
Bug 1186003 - Switch automated builds to Gtk+3. r=mshal
...
The build-gtk3.sh script contains the script used to generate the tooltool
packages.
2015-07-22 07:37:01 +09:00
Ehsan Akhgari
6f91e6e5c0
Bug 1185365 - Correctly deal with full URLs in the cookie exceptions dialog; r=mystor
2015-07-21 17:09:05 -04:00
Victor Porof
9692d3befd
Bug 1176370 - Temporarily disable browser_timeline-filters-01.js for sudden frequent oranges, r=me
2015-07-21 13:37:07 -04:00
Trevor Rowbotham
632433b3a1
Bug 1185042 - Correctly send the checked status of the URL opt-in checkbox when submitting a crash report. r=mconley
2015-07-17 12:16:00 -04:00
Alexandre Poirot
5d7c76db59
Bug 1171723 - Fix clear button in variable view. r=bgrins
2015-07-21 13:24:26 -07:00
Alexandre Poirot
7fa257c81f
Bug 1169096 - Test attribute filtering r=past
2015-07-21 13:24:25 -07:00
Alexandre Poirot
a81016d903
Bug 1169096 - Fix remote filtering on nested attributes. r=past
2015-07-21 13:24:25 -07:00
Jared Wein
143c0a0dea
Bug 1173728 - Remove border between tab strip and the navigation toolbar on Windows 10. r=dao
2015-07-21 15:00:01 -04:00
Trevor Rowbotham
dcfbbb7940
Bug 1160788 - Re-enable failing browser_CTP_hide_overlay test to coincide with a patch that fixes the failures. r=jimm
2015-07-21 14:38:00 +02:00
Dão Gottwald
e0b0698d18
Bug 1173740 - Update switch-to-tab icon for the URL bar autocomplete popup on Windows 8 and 10. r=jaws
2015-07-21 18:22:50 +02:00
Mike de Boer
3073b71eca
Bug 1183178: follow-up to add BrowserTestUtils to ESLint known globals. rs=me
2015-07-21 17:20:39 +02:00
Carsten "Tomcat" Book
17aff7ed37
Merge mozilla-central to fx-team
2015-07-21 17:03:34 +02:00
Carsten "Tomcat" Book
4f4600f00c
merge mozilla-inbound to mozilla-central a=merge
2015-07-21 16:56:44 +02:00
Carsten "Tomcat" Book
94af88c469
merge fx-team to mozilla-central a=merge
2015-07-21 16:52:23 +02:00
Carsten "Tomcat" Book
d41297e4d8
Backed out changeset bc18893041c1 (bug 1176239)
2015-07-21 15:21:29 +02:00
Mike de Boer
d0cba8aea3
Bug 1183178: use more robust e10s-friendly tab loading mechanism to fix intermittent test failures. r=Standard8
2015-07-21 14:44:37 +02:00
Mark Banner
bdd69627bc
Bug 1183187 - Aspect ratio of favicon in room context is sometimes wrong on the Loop standalone client. r=mikedeboer
2015-07-21 14:00:12 +01:00
Marco Bonardo
02dca58420
Bug 1047613 - Reduce awesomebar results pane flickering. r=adw
2015-07-21 10:57:39 +02:00
Wes Kocher
86ec37e12f
Merge inbound to central, a=merge
2015-07-20 16:32:38 -07:00
Tom Tromey
d4f435a822
Bug 1142206 - Let GetSubpropertiesForCSSProperty handle custom property. r=heycam, r=pbrosset
2015-07-20 16:25:00 -04:00
Ryan VanderMeulen
8f9084a191
Merge m-c to fx-team. a=merge
2015-07-20 16:05:14 -04:00