Commit Graph

26296 Commits

Author SHA1 Message Date
Wes Kocher
3d28364b7f Merge m-c to b2g-inbound a=merge 2014-10-14 17:36:36 -07:00
Wes Kocher
72c1b1df51 merge inbound to m-c a=merge 2014-10-14 17:17:55 -07:00
Dave Hylands
32cc7daac6 Bug 1072535 - Pt 1 - Have DownloadDone notify device storage when a new download is available. r=paolo 2014-10-14 13:50:57 -07:00
Georg Fritzsche
c61134c613 Bug 1079312 - Fix invalid log.warning() to log.warn(). r=irving 2014-10-09 18:02:25 +02:00
Gian-Carlo Pascutto
115d1f21f7 Bug 1050108 - Remove superfluous member variables in PrefixSet. r=mmc 2014-10-14 13:16:11 +02:00
Gian-Carlo Pascutto
de52254ea1 Bug 1050108 - Avoid race condition during memory report collection. r=njn 2014-10-14 13:15:50 +02:00
Asaf Romano
d83f8d60e1 Bug 1068671 - folderReadOnly doesn't pertain to bookmarks or results. r=mak 2014-10-14 17:03:28 +03:00
Carsten "Tomcat" Book
5eb9ecae0c Merge m-c to fx-team 2014-10-14 15:52:03 +02:00
Wes Kocher
d947cf32a0 Merge m-c to inbound a=merge 2014-10-13 19:02:56 -07:00
Michael Best
b536647980 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
796156ab1f Bug 975084 - Part 2: B2G tab list actors. r=ochameau 2014-10-13 16:47:00 +02:00
J. Ryan Stinnett
85285622ae 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
Wes Johnston
df61304766 Bug 1074496 - "Disable import from Android in Guest mode" [r=liuche] 2014-09-29 16:19:00 -07:00
Ryan VanderMeulen
1be3c9d1e3 Merge m-c to inbound. a=merge 2014-10-12 14:57:13 -04:00
Tom Schuster
bf9324688d Bug 1069694 - Remove OldDebugAPI from the browser. r=shu 2014-10-12 19:37:41 +02:00
Victor Porof
6bc16d5faa Bug 1077438 - Timeline actor should manage Framerate and Memory actors, r=jsantell 2014-10-12 10:50:56 +03:00
Mike Quested
85aabf627f Bug 1074976 - Move function makeNicePluginName() into BroswerUtils.jsm module. r=felipe 2014-10-06 11:40:00 -04:00
Alex Bardas
c73356bf6d 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
8e9151d48d Merge m-c to fx-team. a=merge 2014-10-11 16:24:05 -04:00
Ryan VanderMeulen
ad3210dd8e Merge inbound to m-c. a=merge 2014-10-11 16:16:00 -04:00
Dave Camp
87716443ad 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
dba08a8bf0 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
647a58c354 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
0dadefde36 Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -07:00
Wes Kocher
952544db96 Bug 1019762 - Attempt to fix the bc1 orange on a CLOSED TREE 2014-10-10 15:25:34 -07:00
Ryan VanderMeulen
c460713e4d Backed out changesets fb6af789bc67 and 313123f12e95 (bug 818307) for non-unified bustage. 2014-10-10 16:24:54 -04:00
Stephen Pohl
9413d5483a 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
5704902134 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
ca4ee88bc5 Bug 818307: Part 1 - Add annotation support to ChromeHangs; r=vladan 2014-10-10 12:19:57 -06:00
Mike Hommey
740cec5575 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
Ehsan Akhgari
5cbb0c9221 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
d88bdea714 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
Patrick McManus
12115897d4 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
0f33b48015 Bug 1035562 - Re-enable maintenance service tests for x64 Windows. r=rstrong 2014-10-10 23:13:55 -04:00
David Rajchenbach-Teller
355b42af30 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
fd25c2d6ae 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
179060f6e5 Merge m-c to fx-team 2014-10-10 15:06:16 +02:00
Marco Bonardo
6dd6a2f9b7 Bug 1081057 - fix CRLF line endings in some Places files. r=me 2014-10-10 12:20:11 +02:00
Tom Tromey
4b39aa2bba Bug 1066313 - add timestamps to drainAllocationsLog (carrying forward r=jimb). r=jimb 2014-10-09 11:10:00 +02:00
Wes Kocher
dbae32d6c1 Merge inbound to m-c a=merge 2014-10-09 21:24:56 -07:00
Wes Kocher
473fc46705 Merge m-c to fx-team a=merge CLOSED TREE 2014-10-09 17:11:58 -07:00
Wes Kocher
9270d4c1bf Merge m-c to inbound a=merge CLOSED TREE 2014-10-09 17:08:37 -07:00
Wes Kocher
c115e555a8 Merge fx-team to m-c a=merge CLOSED TREE 2014-10-09 16:46:51 -07:00
Shane Caraveo
d44c10e1f6 Bug 1014332 activation support for share panel, r=jaws 2014-10-09 12:02:21 -07:00
Wes Kocher
f6ebcf9b37 Merge m-c to fx-team a=merge 2014-10-08 17:18:48 -07:00
Wes Kocher
88eab9e3b2 Merge fx-team to m-c a=merge 2014-10-08 16:46:52 -07:00
Ryan VanderMeulen
a03c76c081 Backed out changeset 4205a47f317c (bug 1037235) for xpcshell orange.
CLOSED TREE
2014-10-08 15:45:56 -04:00
Dão Gottwald
600cffa303 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
1ff7ec01cc Bug 1072364 - Introducing History.jsm r=mak sr=gavin 2014-10-08 15:01:13 +02:00
Patrick Brosset
941fd72e58 Bug 917696 - Makes markup-view tag name edition go through the protocol; r=bgrins 2014-10-08 15:46:16 -07:00