Wes Kocher
f5aa6677ce
Merge m-c to inbound a=merge
2014-10-13 19:02:56 -07:00
Michael Best
81768c8fac
Bug 1077308 - If a field is auto-filled while not in focus, fire a change event immediately. r=smaug r=MattN
2014-10-07 10:54:51 +02:00
J. Ryan Stinnett
3fd66f27fb
Bug 975084 - Part 2: B2G tab list actors. r=ochameau
2014-10-13 16:47:00 +02:00
J. Ryan Stinnett
a18a3b81d7
Bug 975084 - Part 1: Access browser frames. r=vingtetun,ochameau
...
--HG--
rename : b2g/components/AppFrames.jsm => b2g/components/Frames.jsm
2014-10-13 08:43:00 +02:00
Carsten "Tomcat" Book
1c2bfbfde5
Backed out changeset 52fd69cc794c (bug 982842) for causing regressions on request by zac
2014-10-15 16:23:39 +02:00
Bobby Holley
0f19185407
Bug 1082450 - Rip exposedProps out of Social API code. r=Gijs
2014-10-15 15:05:08 +02:00
Olli Pettay
80719ad5bd
Bug 855443 - Assertion failure in nsSHEntry.cpp, don't just append a new SHEntry to parent if we already have an SHEntry for the loading page, r=bz
...
--HG--
extra : rebase_source : 8f8d0df030a3205d9d9845e90c849bf94115ff1b
2014-10-15 13:10:04 +03:00
Wes Kocher
33234298cb
Backed out changeset 869f6077817a (bug 1049551) for e10s bc1 bustage
2014-10-14 23:36:05 -07:00
Kapil Singh
024d989906
Bug 1079719 - Replace "greyscale" SVG filter with filter: grayscale(1). r=dao
2014-10-16 15:43:39 +02:00
Wes Johnston
2da0f9c218
Bug 1070086 - Move download integration code to its own class. r=bnicholson
2014-10-20 12:24:49 -07:00
Wes Johnston
1173389da8
Bug 1074496 - "Disable import from Android in Guest mode" [r=liuche]
2014-09-29 16:19:00 -07:00
Ryan VanderMeulen
807e663903
Merge m-c to inbound. a=merge
2014-10-12 14:57:13 -04:00
Tom Schuster
0db58380c0
Bug 1069694 - Remove OldDebugAPI from the browser. r=shu
2014-10-12 19:37:41 +02:00
Victor Porof
5a7b5cf0f6
Bug 1077438 - Timeline actor should manage Framerate and Memory actors, r=jsantell
2014-10-12 10:50:56 +03:00
Mike Quested
c3d829b07d
Bug 1074976 - Move function makeNicePluginName() into BroswerUtils.jsm module. r=felipe
2014-10-06 11:40:00 -04:00
Alex Bardas
662853c9ce
Bug 1074167 - Autocomplete results for aliased search engines should use the search engine icon. r=mak
2014-10-10 10:59:00 -04:00
Ryan VanderMeulen
7d374d5c81
Merge m-c to fx-team. a=merge
2014-10-11 16:24:05 -04:00
Ryan VanderMeulen
012100ceed
Merge inbound to m-c. a=merge
2014-10-11 16:16:00 -04:00
Dave Camp
2d4dc42029
Bug 1072080 - Add the ability to define a marshaller for form data. r=jryans,jsantell
2014-10-11 13:08:07 -07:00
Gijs Kruitbosch
a602e4bc1d
Bug 1077304 - fix password manager to not fire input events if not changing input field values, r=gavin
...
--HG--
extra : rebase_source : ca14ce946f9580ea73b45377cc8385292773be26
2014-10-06 14:32:18 +01:00
Mark Hammond
b3b493641b
Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN
...
--HG--
extra : rebase_source : 4e9f51eb421ccd12e2fc14b6294a104d1c7a1aff
2014-10-11 12:37:16 +11:00
Wes Kocher
4a533e451f
Merge inbound to m-c a=merge CLOSED TREE
2014-10-10 18:58:06 -07:00
Wes Kocher
c74d008869
Bug 1019762 - Attempt to fix the bc1 orange on a CLOSED TREE
2014-10-10 15:25:34 -07:00
Ryan VanderMeulen
a5e63e0f9a
Backed out changesets fb6af789bc67 and 313123f12e95 (bug 818307) for non-unified bustage.
2014-10-10 16:24:54 -04:00
Stephen Pohl
ea65e8ce1a
Bug 1077282: Cleanup uses of GreD vs GreBinD in our crashreporter, introcuded by v2 signature changes on OSX. r=bsmedberg
2014-10-10 15:07:01 -04:00
Stephen Pohl
acea94548c
Bug 1077099: Set mGREBinDir in nsXREDirProvider::Initialize to avoid returning NULL in nsXREDirProvider::GetGREBinDir. r=bsmedberg
2014-10-10 15:06:50 -04:00
Aaron Klotz
f4a6ebe01f
Bug 818307: Part 1 - Add annotation support to ChromeHangs; r=vladan
2014-10-10 12:19:57 -06:00
Mike Hommey
eeff387869
Bug 1080319 - Remove the -remote option. r=bsmedberg
...
The -remote option has existed essentially forever, but its usefulness is
questionable:
- It requires a running instance to be any useful, so any script actually
using it should first do -remote 'ping()' and handle the response properly.
- It is not cross-application. The remote service dispatches the -remote
commands to the command line handler, and, for example, desktop b2g builds
don't have handlers for -remote (although thunderbird and seamonkey do).
- It is not a cross-platform option, which leads to the following point:
- There are other command line ways to do the same thing (at least in
Firefox), without having to jump through hoops with -remote 'ping()',
because there are command line options to do those same things on non-X11
platforms.
For the latter, in Firefox case:
- -remote 'openURL(url)' can be replaced with firefox url
- -remote 'openURL(url,new-tab)' can be replaced with firefox -new-tab url
- -remote 'openURL(url,new-window)' can be replaced with firefox -new-window
url
- -remote 'openfile(file,...)' is the same as -remote 'openurl(file,...) so,
can be replaced as above
- -remote 'xfedocommand(openbrowser)' is inherited from the mozilla suite and
doesn't make much sense, but can be replaced with firefox -new-window
The interesting part is that without changing nsBrowserContentHandler.js,
-remote still works, meaning that if people really feel strongly about
-remote, they'll still be able to write an addon to bring it back. This also
means this patch actually doesn't remove -remote for applications other than
Firefox that do support it, although -remote 'ping()' doesn't work as
expected. However, other -remote commands will now work even without a
running instance.
2014-10-14 07:19:52 +09:00
Christoph Kerschbaumer
faccbd4747
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-10-15 19:11:45 -07:00
Ehsan Akhgari
c44d1f9da5
Bug 1080030 - Trim the whitespace surrounding option/optgroup text when displaying a drop-down in e10s; r=felipe
2014-10-11 09:40:45 -04:00
Ehsan Akhgari
ca5a951c0b
Bug 1081283 - Use the correct calling convention on InitDwriteBG; r=jrmuizel
...
Otherwise our stack is misaligned by the time we return from this.
This misalignment doesn't cause a crash with the Winodws thread
startup code, but it does with ASAN because it does many things
after the thread entry point exits.
--HG--
extra : rebase_source : 6143788976d8efc9dc5c96030de3b8026d6bbc0f
2014-10-10 18:30:46 -04:00
Mike Hommey
8cceab7e89
Bug 1080998 - Build libjsctypes-test without a dependency on mozalloc or mozglue. r=jorendorff
2014-10-15 14:46:38 +09:00
George Wright
91277e6d62
Bug 1049551 - Add a tab delay spinner that's visible if we switch tabs before the content has been drawn r=dao
2014-10-10 11:46:27 -04:00
Boris Zbarsky
e6651ee69a
Bug 1082843. Don't import Promise.jsm into the global scope in xpcshell tests. r=yoric
2014-10-15 00:42:54 -04:00
Matthew Gregan
dde0917ac4
Bug 1079747 - Follow WhatWG's MIMESniff spec for MP4 more closely. r=cpearce
2014-10-15 13:57:38 +13:00
Wes Kocher
bca70dd02e
Merge m-c to inbound a=merge
2014-10-14 17:35:16 -07:00
Romain Gauthier
55097270b9
Bug 971110: Prettify about:webrtc r=niko,pkerr
2014-09-19 19:31:47 +02:00
Wes Kocher
dfe51f5ad1
Merge m-c to inbound a=merge
2014-10-20 19:08:15 -07:00
Nicholas Nethercote
07a0e18b2f
Bug 1084193 - Remove get_content_type_from_mime_type(), and replace calls to it with calls to g_content_type_from_mime_type(). r=karlt.
2014-10-19 19:40:54 -07:00
Patrick McManus
4ca7aa6973
bug 1003448 - HTTP/2 Alternate Service and Opportunistic Security [2/2 necko] r=hurley
2014-08-21 10:50:17 -04:00
Brian R. Bondy
705fa9c0d9
Bug 1035562 - Re-enable maintenance service tests for x64 Windows. r=rstrong
2014-10-10 23:13:55 -04:00
Dão Gottwald
7804ab0c8f
Backing out changeset 30b100f7edbe (bug 1049551)
2014-10-23 20:43:43 +02:00
Ryan VanderMeulen
3309392b4d
Merge m-c to fx-team. a=merge
...
--HG--
rename : media/libcubeb/README => media/libcubeb/README.md
extra : rebase_source : e737591afb844e80b36bb0192ef72b23f68cbd5e
2014-10-23 14:07:56 -04:00
Nick Alexander
5d66959cd6
Bug 986544 - Don't try to parse searchplugins list as XML. r=rnewman
...
XHR requests default to text/xml. This just avoids trying to interpret
list.txt as XML.
2014-10-23 11:05:47 -07:00
Marco Bonardo
a37c975c1d
Bug 1068009 - Implement the async bookmarking API. r=mano
2014-10-23 16:44:45 +02:00
Marco Bonardo
a427a4acec
Bug 1068009 - Implement the async bookmarking API (tests), rs=mano
2014-10-23 16:44:41 +02:00
Brian Grinstead
476d5959d1
Bug 1053434 - Switch some hardcoded OSX values to CSS variables for devedition;r=Gijs
2014-10-23 06:49:34 -07:00
Jordan Santell
c47033ee24
Bug 1069673 - Add support methods on devtool's Target, r=jryans
2014-10-22 13:33:00 +02:00
Paul Rouget
7494493a1d
Bug 1050502 - [timeline] display console.time/timeEnd calls as markers. r=pbrosset,r=vporof,r=baku
2014-10-22 23:51:00 +02:00
Jim Mathies
1a0f44f0e2
Bug 1042708 - Fix improper metro main thread identification. Regression from bug 1033358. r=me
2014-07-23 10:13:18 -05:00
Steve Workman
43b0e6a90e
Bug 1074789 - Adjust DNS renewal time telemetry to take TTL experiments into consideration r=mcmanus
2014-10-07 14:57:48 -07:00
Wes Kocher
0bc6f1b8fb
Backed out 4 changesets (bug 1064333) for XPCShell bustage
...
Backed out changeset 378314f2892c (bug 1064333)
Backed out changeset ccb8a2ac9746 (bug 1064333)
Backed out changeset 3466ed3b9b61 (bug 1064333)
Backed out changeset 553c113c8f4e (bug 1064333)
2014-10-16 13:37:37 -07:00
Christoph Kerschbaumer
54f91e7d05
Bug 1063197 - Callsites of NS_NewInputStreamChannel in /toolit/ (r=mak77)
2014-10-16 11:17:22 -07:00
Georg Fritzsche
74e662b12f
Bug 1064333 - Fix test oversight. r=test-only
2014-10-16 20:31:22 +02:00
Georg Fritzsche
03796c9462
Bug 1064333 - Only add the stable user id to the ping when FHR upload is enabled. r=froydnj
2014-10-16 20:11:34 +02:00
Georg Fritzsche
a425d4f895
Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj
2014-10-16 20:11:17 +02:00
George Wright
9265ba8eba
Bug 1049551 - Add a tab delay spinner that's visible if we switch tabs before the content has been drawn r=dao
2014-10-10 11:46:27 -04:00
J. Ryan Stinnett
9b458a01cd
Bug 1089913 - Consult Fennec session store for zombie tabs. r=ochameau
2014-10-28 07:09:00 -04:00
Carsten "Tomcat" Book
73111ff960
Merge mozilla-central to fx-team
2014-10-29 13:40:41 +01:00
Nick Fitzgerald
a1f8631bfb
Bug 1068144 - Expose allocation time stamps in the memory actor. r=jryans
2014-10-28 11:56:00 +01:00
Georg Fritzsche
4b7fb372ae
Bug 1085162
- Make the original appinfo instance a prototype of the fake one in telemetry tests. r=froydnj
2014-10-19 22:30:51 +02:00
Georg Fritzsche
f95f32ea67
Bug 1064333 - Init TelemetryPing in tests even if MOZILLA_OFFICIAL is not set. r=froydnj
2014-10-19 20:45:15 +02:00
Georg Fritzsche
cbf225e6fb
Bug 1064333 - Only add the stable user id to the ping when FHR upload is enabled. r=froydnj
2014-10-17 17:24:05 +02:00
Georg Fritzsche
26c740bbf2
Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj
2014-10-17 17:24:04 +02:00
Carsten "Tomcat" Book
b37b5443a6
Backed out changeset 4040623689b7 (bug 1064333)
2014-10-21 14:38:11 +02:00
Carsten "Tomcat" Book
3366285bce
Backed out changeset ed070348e5ec (bug 1064333)
2014-10-21 14:38:09 +02:00
Carsten "Tomcat" Book
eafcfde052
Backed out changeset 0cdc173a6bca (bug 1064333)
2014-10-21 14:38:08 +02:00
Carsten "Tomcat" Book
23659ea4f6
Backed out changeset 8d5390d3813b (bug 1085162
)
2014-10-21 14:38:04 +02:00
Georg Fritzsche
61970d7604
Bug 1085162
- Make the original appinfo instance a prototype of the fake on in telemetry tests. r=froydnj
2014-10-19 22:34:33 +02:00
Georg Fritzsche
0bc6be7e7f
Bug 1064333 - Init TelemetryPing in tests even if MOZILLA_OFFICIAL is not set. r=froydnj
2014-10-19 22:47:40 +02:00
Georg Fritzsche
f121011e65
Bug 1064333 - Only add the stable user id to the ping when FHR upload is enabled. r=froydnj
2014-10-19 22:46:57 +02:00
Georg Fritzsche
dde86113ae
Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj
2014-10-15 17:35:50 +02:00
David Rajchenbach-Teller
832b940056
Bug 1019762 - Wallpaper over "TypeError: this.docShell is null" Promise rejections. r=felipc
...
CLOSED TREE
2014-06-03 10:34:00 -04:00
David Rajchenbach-Teller
21ba328c7f
Bug 1016387 - Whitelisting tests that leak Promise rejections (bc3, part 3);r=yoric
...
CLOSED TREE
2014-10-10 13:31:00 -04:00
Carsten "Tomcat" Book
51fef1f74a
Merge m-c to fx-team
2014-10-10 15:06:16 +02:00
Marco Bonardo
9059cfa071
Bug 1081057 - fix CRLF line endings in some Places files. r=me
2014-10-10 12:20:11 +02:00
Tom Tromey
06a2af1a9e
Bug 1066313 - add timestamps to drainAllocationsLog (carrying forward r=jimb). r=jimb
2014-10-09 11:10:00 +02:00
Wes Kocher
f9228b9e2e
Merge inbound to m-c a=merge
2014-10-09 21:24:56 -07:00
Wes Kocher
f27a11829a
Merge m-c to fx-team a=merge CLOSED TREE
2014-10-09 17:11:58 -07:00
Wes Kocher
a83d9abd99
Merge m-c to inbound a=merge CLOSED TREE
2014-10-09 17:08:37 -07:00
Wes Kocher
b352543e1a
Merge fx-team to m-c a=merge CLOSED TREE
2014-10-09 16:46:51 -07:00
Shane Caraveo
08db5a90ea
Bug 1014332 activation support for share panel, r=jaws
2014-10-09 12:02:21 -07:00
Wes Kocher
fdacece326
Merge m-c to fx-team a=merge
2014-10-08 17:18:48 -07:00
Wes Kocher
b2cbe8c0b3
Merge fx-team to m-c a=merge
2014-10-08 16:46:52 -07:00
Ryan VanderMeulen
c04a97ecc3
Backed out changeset 4205a47f317c (bug 1037235) for xpcshell orange.
...
CLOSED TREE
2014-10-08 15:45:56 -04:00
Dão Gottwald
9ca55d63f1
Bug 1073243 - Remove bogus margins from .ac-title-box that make keyword search richlistitems too tall. r=mak
2014-10-08 20:09:02 +02:00
David Rajchenbach-Teller
42f7e1f202
Bug 1072364 - Introducing History.jsm r=mak sr=gavin
2014-10-08 15:01:13 +02:00
Patrick Brosset
d46128c9fc
Bug 917696 - Makes markup-view tag name edition go through the protocol; r=bgrins
2014-10-08 15:46:16 -07:00
David Rajchenbach-Teller
162351b79f
Bug 1016387 - Whitelisting tests that leak Promise rejections (bc3, part 2). r=mossop
2014-10-04 14:19:00 +02:00
David Rajchenbach-Teller
6ae1cb8a55
Bug 1016387 - Whitelisting tests that leak Promise rejections (bc3). r=dao
2014-10-04 14:24:00 +02:00
Andrea Marchesini
2ca496756f
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-08 17:15:22 +01:00
Benjamin Smedberg
303402dbfd
Bug 1053746 - Add telemtry for OpenH264 plugin, r=gfritzsche
2014-10-08 10:54:08 -04:00
ISHIKAWA, Chiaki
eae814d624
Bug 1073956 Use 0o notation for octal literals in DownloadPaths.jsm r=netzen
2014-10-08 22:43:47 +08:00
Carsten "Tomcat" Book
22c6bea259
merge fx-team to mozilla-central a=merge
2014-10-08 15:53:14 +02:00
J. Ryan Stinnett
74fc457903
Bug 1078797 - Wait for running state before emitting install. r=ochameau
2014-10-07 12:06:00 +02:00
Ryan VanderMeulen
907caa0110
Merge m-c to fx-team. a=merge
2014-10-07 16:14:26 -04:00
Ryan VanderMeulen
671d1a817e
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
...
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Paolo Amadini
21e19674e9
Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN
2014-10-07 15:11:46 -04:00
Andrea Marchesini
0e29ce2ea6
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-07 15:20:52 +01:00
Ryan VanderMeulen
9cfbfb5d19
Merge m-c to fx-team. a=merge
2014-10-06 17:40:55 -04:00
Ryan VanderMeulen
96a15f3c66
Merge inbound to m-c. a=merge
2014-10-06 17:05:56 -04:00
Ben Hearsum
e89c5cb859
bug 1075723: use different signing format for 64-bit windows builds - fix external packaging special casing. r=mshal, a=bustage
2014-10-06 12:21:29 -04:00
Carsten "Tomcat" Book
97e8a626d9
merge fx-team to mozilla-central a=merge
2014-10-06 15:42:06 +02:00
Carsten "Tomcat" Book
b94f0de48b
Merge m-c to fx-team
2014-10-06 15:52:04 +02:00
Blair McBride
d40dfeca2d
Bug 1075549 - Firefox needs a restart in order to update the default search engine from the "<term> - Search with <engine>" string. r=mak
...
--HG--
extra : transplant_source : k%FA%3B%F8%EDH2%9B%86%86%40%F9%97%DF%8F%81jY%E6C
2014-10-06 23:40:11 +13:00
Nick Fitzgerald
c1ee41ebec
Bug 1076887 - Update the tree's copy of the mozilla/source-map library to 0.1.40. r=past
2014-10-02 08:44:00 +02:00
Phil Ringnalda
bcb451dbe7
Merge m-c to f-t
2014-10-05 09:53:05 -07:00
Phil Ringnalda
8c2c4a4fac
Merge m-i to m-c, a=merge
2014-10-05 09:34:55 -07:00
Phil Ringnalda
c05e0f7e3f
Backed out 2 changesets (bug 1003448) since their dependency was backed out
...
CLOSED TREE
Backed out changeset 61f98b1d29f9 (bug 1003448)
Backed out changeset 8e947d1636f1 (bug 1003448)
2014-10-04 20:10:19 -07:00
Gijs Kruitbosch
e60aa84fab
Bug 1076252 - [10.10] disabled default button shouldn't get white text on yosemite, r=jaws
2014-10-02 22:52:09 +01:00
Ryan VanderMeulen
10ebdd06f9
Merge m-c to fx-team. a=merge
2014-10-03 16:33:31 -04:00
Ryan VanderMeulen
d222e46ad3
Merge fx-team to m-c. a=merge
2014-10-03 16:13:24 -04:00
Ryan VanderMeulen
7427f9dac7
Backed out changeset 0a3385aaff01 (bug 1015988) for mochitest-bc orange.
2014-10-03 16:07:47 -04:00
Manu Jain
d527609246
Bug 1064859 - Telemetry probe to measure whether Fennec is default ASSIST intent handler; r=margaret
2014-10-03 14:37:18 -04:00
Paolo Amadini
5e568af905
Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN
2014-10-03 19:04:12 +01:00
Blake Kaplan
8917309372
Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
...
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).
It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).
Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
ziyunfei
1401d14594
Bug 1076588 - Object.freeze() should return its argument with no conversion when the argument is a primitive value. r=till, r=Yoric
2014-10-03 02:42:00 -04:00
Nick Fitzgerald
639b24996a
Bug 1045882 - Move protocol.js tutorial gist into the tree. r=jryans
2014-10-02 08:51:00 -04:00
mferretti@mozilla.com
3f4826af83
Bug 994280 - Improve badged button for Australis. r=enn
...
- moved badged button XBL from browser to toolkit
- made the XBL applied by CSS class instead of button's type
- added australis look & feel to badged button
- fixed OS X badge position
2014-10-02 11:52:50 +01:00
Ed Morley
e322389145
Backed out changeset a0b82c954206 (bug 1062709) for Windows mochitest 5 hangs
2014-10-03 15:06:16 +01:00
Ed Morley
ed062efcdf
Backed out changeset 7a1b7d7eba12 (bug 1062709)
2014-10-03 15:05:26 +01:00
Ed Morley
60a8c08d6b
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-10-03 14:51:14 +01:00
Ed Morley
f34acba2a8
Backed out changeset a2192165100c (bug 1041180) for xpcshell failures; CLOSED TREE
2014-10-03 10:12:53 +01:00
Blair McBride
e6879e23ef
Bug 1073846 - Wrong URL loads after autofill of a hostname that matches a search engine. r=mak
2014-09-30 15:04:58 +13:00
ISHIKAWA, Chiaki
0504b8ce04
Bug 1073912 - Use 0o notation for octal literal. r=gavin
2014-09-29 19:46:00 -04:00
Stephen Pohl
ec06fe50d2
Bug 1076977: Get crashreporter to work with the new v2 bundle structure on OSX. r=bsmedberg
2014-10-03 10:29:38 -04:00
Ed Morley
1b548da245
Merge mozilla-central and inbound
2014-10-03 15:14:53 +01:00
Stephen Pohl
08f5cb2e63
Bug 1076941: Keep supporting the legacy location under Contents/MacOS for the webapprt folder on OSX. r=myk
2014-10-03 08:04:44 -04:00
Jim Mathies
df6683e148
Bug 1068189 - Take into account 'layers.offmainthreadcomposition.testing.enabled' settings when disabling remote tabs. r=billm
2014-10-02 13:52:48 -05:00
Bobby Holley
32d45fdbb5
Bug 1065185 - Fix devtools actors. r=bz
...
See browser/devtools/canvasdebugger/test/browser_canvas-actor-test-02.js.
And note that we need to re-waive the result, otherwise we get failures in
browser/devtools/canvasdebugger/test/browser_canvas-actor-test-10.js.
See browser/devtools/shadereditor/test/browser_se_editors-contents.js for the
webgls stuff.
2014-10-03 10:05:50 +02:00
Bobby Holley
9a234aeb71
Bug 1065185 - Fix extension manager test. r=bz
2014-10-03 10:05:50 +02:00
Christoph Kerschbaumer
0bacef12a1
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-10-02 23:34:30 -07:00
Masayuki Nakano
a06e8de5c8
Bug 975383 part.9 Remove compositionupdate event dispatchers from all tests r=smaug
2014-10-03 15:33:50 +09:00
Andrew Halberstadt
2da4ee197d
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Wes Kocher
45513d515d
Merge m-c to inbound a=merge
2014-10-07 18:43:16 -07:00
aceman
268252a8ee
Bug 1076765 - fix undefined mRadioChildren property in radio.xml. r=Neil
2014-10-03 09:11:00 +02:00
Ben Craddock
445bea6896
Bug 517114 - Keep video controls from being draggable. r=dolske
2014-10-01 22:58:00 +02:00
Tomasz Kołodziejski
5f5bbd4e51
Bug 1051187 - "Match case" button does not refresh the number of occurences. r=mikedeboer
2014-10-02 17:23:00 +02:00
Erik Vold
817cd61eaa
Bug 1037235 - toolkit/loader doesn't check module compatibility r=Mossop,past,jaws f=dteller
2014-09-09 18:33:55 -07:00
Marco Bonardo
52a645dffe
Bug 1077097 - Update Bookmarks.jsm to be coherent with History.jsm r=mano
2014-10-07 16:30:34 +02:00
Ryan VanderMeulen
b3e28fa23f
Merge m-c to fx-team. a=merge
2014-10-02 13:16:26 -04:00
Ryan VanderMeulen
9e879e02d8
Merge fx-team to m-c. a=merge
2014-10-02 13:00:31 -04:00
Ryan VanderMeulen
8eb45d35cd
Merge b-i to m-c. a=merge
2014-10-02 12:51:02 -04:00
Ryan VanderMeulen
b6ded58c64
Merge inbound to m-c. a=merge
2014-10-02 12:19:59 -04:00
Ryan VanderMeulen
d1d08fb96f
Bug 1076941 - Skip the toolkit webapps tests on OSX 10.8 due to frequent timeouts.
2014-10-02 12:14:14 -04:00
Carsten "Tomcat" Book
dba10fbab6
Backed out changeset 7f987505ac94 (bug 1051187) for test failures
2014-10-02 13:07:05 +02:00
Mike de Boer
b7328204e1
Bug 1069816: implement Google contacts import class. r=abr
2014-10-02 12:37:38 +02:00
Wes Kocher
e12565592e
Merge inbound to m-c a=merge despite the CLOSED TREE
2014-10-01 16:26:44 -07:00
Seris
424c6e15db
Bug 795917 - Get executable lines through the remote debugging protocol;r=ejpbruel
2014-10-01 17:57:49 +01:00
Blair McBride
f888abed86
Bug 1073846 - Wrong URL loads after autofill of a hostname that matches a search engine. r=mak
...
--HG--
extra : transplant_source : %ABR%7F%94S%92%FD%B5%0B%1D%2B%CBc%7D-%7B%F6%D0%0C%13
2014-09-30 15:04:58 +13:00
David Rajchenbach-Teller
18562435cf
Bug 1069577 - Transfering values with a PromiseWorker. r=froydnj
2014-10-01 05:28:00 +02:00
Tomasz Kołodziejski
7124f36535
Bug 1051187 - "Match case" button does not refresh the number of occurences. r=mikedeboer
2014-09-26 14:34:00 +02:00
Manu Jain
d212e2478a
Bug 1065925 - Remove code for expiring Places telemetry probes. r=mak
2014-09-30 08:54:00 +02:00
J. Ryan Stinnett
1d8ef2c6d4
Bug 916804 - Telemetry for WebIDE. r=mratcliffe,paul
2014-10-01 16:04:00 +02:00
Nick Fitzgerald
2a439ec2f3
Bug 915426 - Don't store debugging data in the global scope. r=ejpbruel
2014-10-01 07:45:00 +02:00
Carsten "Tomcat" Book
fdabc7d589
Backed out changeset 01a525d9c6c2 (bug 1073846) for suspicion of causing dt1 test failures
2014-10-02 15:48:04 +02:00
Irving Reid
ce83c643a0
Bug 1074135 - callback after exceptions when calling async provider methods; r=unfocused
2014-09-29 13:01:50 -04:00
Carsten "Tomcat" Book
c474a3418d
merge fx-team to mozilla-central a=merge
2014-10-01 14:59:31 +02:00
Carsten "Tomcat" Book
da47864b8c
merge mozilla-inbound to mozilla-central a=merge
2014-10-01 14:51:20 +02:00
Robert Strong
9a3ec598b5
Mac v2 signing - Bug 1075169
- Copy staged update when renaming fails and fix crash on staging failure. r=spohl, a=RyanVM over irc
2014-09-30 20:36:45 -07:00
Wes Kocher
c3dfb064c8
Merge fx-team to m-c a=merge
2014-09-30 16:55:14 -07:00
Wes Kocher
034e6af469
Merge m-c to fx-team a=merge
2014-09-30 17:13:45 -07:00
Shane Caraveo
f9d5365a58
Bug 1073863 use origin in activation panel rather than name, r=markh
2014-09-30 17:08:42 -07:00
Neil Deakin
238bcbb268
Bug 1071771, disable dictionary list when it cannot be accessed from another process. This makes the context menu work again after using it on a misspelled word, r=mconley
2014-09-30 12:05:53 -04:00
Gijs Kruitbosch
1308754078
Bug 1072992 - fix update button text color on OS X Yosemite to use ButtonText, r=dao
2014-09-30 16:46:04 +01:00
Ed Morley
cbc58aea59
Backed out changeset 0ec9bd8e9880 (bug 1044020) for asan failures
2014-09-30 17:35:44 +01:00
Manu Jain
880a31cecd
Bug 1065285 - Add telemetry for the last maintenance time. r=mak
2014-09-27 03:47:00 -04:00
David Rajchenbach-Teller
1fd3e2ade6
Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj
2014-09-30 11:43:46 +02:00
Carsten "Tomcat" Book
31e6dd4408
Merge m-c to fx-team
2014-09-30 15:38:31 +02:00
Carsten "Tomcat" Book
1f82b2fb58
merge fx-team to mozilla-central a=merge
2014-09-30 15:10:47 +02:00
Julian Viereck
95f41f4ae4
Bug 950797 - Use result from last completion in nsAutoCompleteController to reduce autoFill UI flickering until search results come back. r=mak
2014-09-30 04:14:49 -07:00
Marco Bonardo
2e3dc32972
Bug 1067602 - Fix strict warning in UnifiedComplete.js. r=mano
2014-09-30 12:40:26 +02:00
Marco Bonardo
9f73c6e8fa
Bug 1041433 - UnifiedComplete: Close connections on Sqlite.shutdown.addBlocker. r=mano
2014-09-30 12:40:18 +02:00
Marco Bonardo
15ad19eabf
Bug 1041428 - Clarify query cancellation in UnifiedComplete.js. r=mano
2014-09-30 12:40:11 +02:00
Brian Grinstead
03ce1f7e86
Bug 920141 - Add support for inspecting anonymous content. r=pbrosset
...
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_pseudo-element.js => browser/devtools/styleinspector/test/browser_ruleview_pseudo-element_01.js
2014-09-29 09:29:00 +02:00
Phil Ringnalda
413f3a0505
Backed out 2 changesets (bug 1070778, bug 1073846) for bc1 bustage
...
Backed out changeset c5f1d81d3849 (bug 1070778)
Backed out changeset b327a052e47f (bug 1073846)
--HG--
extra : rebase_source : 49d62043ba91398f370997868bba693ccc6d8251
2014-09-29 20:34:54 -07:00
Blair McBride
bf25d2da6e
Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
...
--HG--
extra : transplant_source : P/b%9D%B6T%85%22%A8%1B%F0%18%3A%827%C2qx%F6%97
2014-09-30 13:56:06 +13:00
Blair McBride
dca5c8baea
Bug 1073846 - Wrong URL loads after autofill of a hostname that matches a search engine. r=mak
...
--HG--
extra : transplant_source : %D3%25%3F%83R%B7%81%DF%13nZ%1CH%D8B%B10%99%B4%B2
2014-09-30 11:16:48 +13:00
Ryan VanderMeulen
7420c8422d
Merge m-c to fx-team. a=merge
2014-09-29 16:09:22 -04:00
Ryan VanderMeulen
d97f0896d0
Merge fx-team to m-c. a=merge
2014-09-29 15:06:48 -04:00
Ed Morley
1328e410b0
Backed out changeset 49b1465d3e5e (bug 1044020) for compilation failures
2014-09-29 15:41:54 +01:00
Carsten "Tomcat" Book
2694b0e4e3
Merge m-c to fx-team
2014-09-29 16:19:41 +02:00
Carsten "Tomcat" Book
203c114322
merge mozilla-inbound to mozilla-central a=merge
2014-09-29 15:42:55 +02:00
Brian R. Bondy
2d2d02e3fb
Bug 958554 - Fix about window sometimes saying nightly is being updatd by another instance. r=rstrong
...
Note that if the process is hung, or there is another instance running in a different user instance,
or another profile is running, the message is perfectly normal. But this should prevent the bad case
of getting this message.
This handling was first added specifically for Metro and Firefox running the same intallation at the
same time. Metro isn't being released but there are still other very valid reasons for having this
handling as noted above.
2014-09-28 21:26:34 -04:00
Mike Quested
c6d1650689
Bug 1056035 - Hide the separator if there are no visible items above it. r=Unfocused
2014-09-29 05:01:00 -04:00
Irving Reid
338bc024ab
Bug 1059674 - use AsynchShutdown.blocker() for AddonManager provider shutdown; r=unfocused
2014-09-27 16:25:47 -04:00
Carsten "Tomcat" Book
1c5e444949
Merge m-c to mozilla-inbound
2014-09-29 16:10:39 +02:00
Henri Sivonen
a13d72512b
Bug 964225 - Remove the GBK decoder class and remove GB2312 as a Gecko-canonical encoding. r=emk.
2014-09-26 15:12:02 +03:00
David Rajchenbach-Teller
c108bf9ae8
Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj
2014-09-25 17:19:34 +02:00
Iaroslav Sheptykin
4a233fee1e
Bug 1031298 - Add a histogram for counting unrecoverable sessions. r=yoric
2014-09-25 13:39:00 -04:00
Blair McBride
2c1d123c25
Backout 262b6ad34702 (bug 1070778) due to bc1 failures. r=backout
2014-09-30 02:38:29 +13:00
Florian Quèze
9f843d4163
Bug 1067367 - tapping the icon of a second doorhanger reopens the first doorhanger if it was already open, r=Enn.
2014-09-29 15:33:34 +02:00
Blair McBride
8fe7812caf
Bug 1070778 - Selecting a moz-action: result then typing more can result in "Search X for moz-action:..." item. r=mak
...
--HG--
extra : transplant_source : %2C%E3F%B4%B9%A9%3A%AD1s%1C%E3Y%C1S%DC%A1%99%DF%C2
2014-09-30 01:49:52 +13:00
Alex Bardas
931abd5311
Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused
2014-09-27 16:58:00 +02:00
Georg Fritzsche
f5cb898e86
Bug 1069873 - Add counter histogram type. r=froydnj
2014-09-26 17:45:33 +02:00
Tim Taubert
a8ed4971b4
Backed out changeset c9ef2c9434b5 (bug 1071164)
2014-09-29 02:21:49 -07:00
Alex Bardas
b3b8fce582
Bug 1071164 - Display magnifying glass for search results in awesomebar (follow-up of bug 1040725). r=Unfocused
2014-09-27 16:58:00 +02:00
J. Ryan Stinnett
ed7c3723b1
Bug 1073522 - Better error when front has no actor. r=dcamp
2014-09-26 09:35:00 +02:00
Georg Fritzsche
9168554d1a
Bug 1070036 - Catch NS_ERROR_NOT_AVAILABLE during OpenH264Provider startup. r=irving
2014-09-24 17:38:50 +02:00
Tomasz Kołodziejski
508b4f00ba
Bug 1070923 - Fix intermittent test_bug451286.xul by waiting for the highlight toggle to finish. r=mikedeboer
...
--HG--
extra : rebase_source : 109dcc17a75333f1715e48432893e216e73838fc
2014-09-26 10:49:00 -04:00