Commit Graph

8788 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
a5501eaed3 Backed out changeset 1758c4e7ee5b (bug 1064333) 2014-10-16 15:03:06 +02:00
Georg Fritzsche
a0f43c7d4a Bug 1064333 - Only add the stable user id to the ping when FHR upload is enabled. r=froydnj 2014-10-15 17:35:55 +02:00
Georg Fritzsche
3cb3a28308 Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj 2014-10-15 17:35:50 +02:00
Doug Turner
a838546e0a Bug 1073134 - Be more permissive on OSX 10.9.5 when parental control is on. r=jdm 2014-10-14 20:57:00 +02:00
Christoph Kerschbaumer
faccbd4747 Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-10-15 19:11:45 -07:00
Ryan VanderMeulen
b87718267b Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Ryan VanderMeulen
96667eb719 Merge fx-team to m-c. a=merge 2014-10-15 13:58:19 -04:00
Alex Bardas
d6907bfa04 Bug 1068660 - Add confirmation dialog to unblock downloads. r=Paolo r=MattN 2014-10-14 11:19:00 +02:00
Wes Kocher
5b358466f8 Merge m-c to b2g-inbound a=merge 2014-10-14 17:36:36 -07:00
Wes Kocher
ae387ada3b merge inbound to m-c a=merge 2014-10-14 17:17:55 -07:00
Dave Hylands
4600927293 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
Wes Kocher
933c16a0b1 Merge m-c to fx-team a=merge 2014-10-14 17:37:53 -07:00
Dave Townsend
fea7478907 Bug 1073315: Log callers attempting to use dead CPOWs. r=billm 2014-10-14 09:53:54 -07:00
Gian-Carlo Pascutto
8049ee3516 Bug 1050108 - Remove superfluous member variables in PrefixSet. r=mmc 2014-10-14 13:16:11 +02:00
Gian-Carlo Pascutto
9176ca811b Bug 1050108 - Avoid race condition during memory report collection. r=njn 2014-10-14 13:15:50 +02:00
Asaf Romano
4768ea8e1b Bug 1068671 - folderReadOnly doesn't pertain to bookmarks or results. r=mak 2014-10-14 17:03:28 +03:00
Carsten "Tomcat" Book
c3882ca06a Merge m-c to fx-team 2014-10-14 15:52:03 +02:00
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
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 Johnston
1173389da8 Bug 1074496 - "Disable import from Android in Guest mode" [r=liuche] 2014-09-29 16:19:00 -07: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
012100ceed Merge inbound to m-c. a=merge 2014-10-11 16:16:00 -04: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
Wes Kocher
4a533e451f Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -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
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
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
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
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
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
Marco Bonardo
9059cfa071 Bug 1081057 - fix CRLF line endings in some Places files. r=me 2014-10-10 12:20:11 +02:00
Shane Caraveo
08db5a90ea Bug 1014332 activation support for share panel, r=jaws 2014-10-09 12:02:21 -07:00
David Rajchenbach-Teller
42f7e1f202 Bug 1072364 - Introducing History.jsm r=mak sr=gavin 2014-10-08 15:01:13 +02: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
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
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
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
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
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
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
Ryan VanderMeulen
10ebdd06f9 Merge m-c to fx-team. a=merge 2014-10-03 16:33:31 -04:00
Ryan VanderMeulen
7427f9dac7 Backed out changeset 0a3385aaff01 (bug 1015988) for mochitest-bc orange. 2014-10-03 16:07:47 -04:00