Граф коммитов

10552 Коммитов

Автор SHA1 Сообщение Дата
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
Bobby Holley a1ebfbe84e Bug 1082450 - Rip exposedProps out of Social API code. r=Gijs 2014-10-15 15:05:08 +02:00
Olli Pettay dd8c29571f 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 df61304766 Bug 1074496 - "Disable import from Android in Guest mode" [r=liuche] 2014-09-29 16:19:00 -07: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 ad3210dd8e Merge inbound to m-c. a=merge 2014-10-11 16:16:00 -04: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
Wes Kocher 0dadefde36 Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -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
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
Christoph Kerschbaumer 29facae35b Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-10-15 19:11:45 -07:00
Mike Hommey 416a78f1fa Bug 1080998 - Build libjsctypes-test without a dependency on mozalloc or mozglue. r=jorendorff 2014-10-15 14:46:38 +09:00
Matthew Gregan 6bb28537a8 Bug 1079747 - Follow WhatWG's MIMESniff spec for MP4 more closely. r=cpearce 2014-10-15 13:57:38 +13:00
Wes Kocher 08f61089ac Merge m-c to inbound a=merge 2014-10-14 17:35:16 -07: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
Georg Fritzsche 21746cb072 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 766fb7c188 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 62deb32fc9 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 b8b3e82768 Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj 2014-10-17 17:24:04 +02:00
Carsten "Tomcat" Book a2de49dabf Backed out changeset 4040623689b7 (bug 1064333) 2014-10-21 14:38:11 +02:00
Carsten "Tomcat" Book 13adbcf5c4 Backed out changeset ed070348e5ec (bug 1064333) 2014-10-21 14:38:09 +02:00
Carsten "Tomcat" Book 08957d05e1 Backed out changeset 0cdc173a6bca (bug 1064333) 2014-10-21 14:38:08 +02:00
Carsten "Tomcat" Book 2df982daa6 Backed out changeset 8d5390d3813b (bug 1085162) 2014-10-21 14:38:04 +02:00
Georg Fritzsche af0603a37b 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 870378a475 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 7af0eab193 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 9e2a76203d Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj 2014-10-15 17:35:50 +02: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
Marco Bonardo 6dd6a2f9b7 Bug 1081057 - fix CRLF line endings in some Places files. r=me 2014-10-10 12:20:11 +02:00
Shane Caraveo d44c10e1f6 Bug 1014332 activation support for share panel, r=jaws 2014-10-09 12:02:21 -07:00
David Rajchenbach-Teller 1ff7ec01cc Bug 1072364 - Introducing History.jsm r=mak sr=gavin 2014-10-08 15:01:13 +02: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
Andrea Marchesini 7491bee8c3 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 7c5f78fe4f 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 00e5f154ff Bug 1077097 - Update Bookmarks.jsm to be coherent with History.jsm r=mano 2014-10-07 16:30:34 +02:00
Andrew Halberstadt d292ee73f1 Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Wes Kocher 37702e967f Merge m-c to inbound a=merge 2014-10-07 18:43:16 -07:00
Paolo Amadini b30f99562a Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN 2014-10-07 15:11:46 -04:00
Blair McBride 1ecc8be3e2 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 9764e19e06 Merge m-i to m-c, a=merge 2014-10-05 09:34:55 -07:00
Phil Ringnalda 145d867409 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 3e02d1aa6e Merge m-c to fx-team. a=merge 2014-10-03 16:33:31 -04:00
Ryan VanderMeulen 9140e15c0c Backed out changeset 0a3385aaff01 (bug 1015988) for mochitest-bc orange. 2014-10-03 16:07:47 -04:00
Manu Jain 6643d86c60 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 f841786c0f Bug 1015988 - Client needs to report number of shared URLs on Desktop. r=MattN 2014-10-03 19:04:12 +01:00
ziyunfei b34ca240df 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
Blair McBride 059582d7ec 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 026e9af7f1 Bug 1073912 - Use 0o notation for octal literal. r=gavin 2014-09-29 19:46:00 -04:00
Carsten "Tomcat" Book e40a06fd92 Backed out changeset 01a525d9c6c2 (bug 1073846) for suspicion of causing dt1 test failures 2014-10-02 15:48:04 +02:00
Mike de Boer 9aa1b91cc1 Bug 1069816: implement Google contacts import class. r=abr 2014-10-02 12:37:38 +02:00
Blair McBride 6ab3daf47c 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 28e1fceb50 Bug 1069577 - Transfering values with a PromiseWorker. r=froydnj 2014-10-01 05:28:00 +02:00
Manu Jain 290b089acf Bug 1065925 - Remove code for expiring Places telemetry probes. r=mak 2014-09-30 08:54:00 +02:00
J. Ryan Stinnett a52457932b Bug 916804 - Telemetry for WebIDE. r=mratcliffe,paul 2014-10-01 16:04:00 +02:00
Wes Kocher 86eb3305b3 Merge inbound to m-c a=merge despite the CLOSED TREE 2014-10-01 16:26:44 -07:00
Seris 7c671812bf Bug 795917 - Get executable lines through the remote debugging protocol;r=ejpbruel 2014-10-01 17:57:49 +01:00
Carsten "Tomcat" Book 8ffa505a44 merge fx-team to mozilla-central a=merge 2014-10-01 14:59:31 +02:00
Shane Caraveo 0119af4045 Bug 1073863 use origin in activation panel rather than name, r=markh 2014-09-30 17:08:42 -07:00
Ed Morley 1090f50427 Backed out changeset 0ec9bd8e9880 (bug 1044020) for asan failures 2014-09-30 17:35:44 +01:00
Manu Jain e01691d5be Bug 1065285 - Add telemetry for the last maintenance time. r=mak 2014-09-27 03:47:00 -04:00
David Rajchenbach-Teller 33d73c6559 Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj 2014-09-30 11:43:46 +02:00
Carsten "Tomcat" Book c34fdca71b Merge m-c to fx-team 2014-09-30 15:38:31 +02:00
Carsten "Tomcat" Book b37ac43e39 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Julian Viereck 702e34d250 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 88ae29cfc2 Bug 1067602 - Fix strict warning in UnifiedComplete.js. r=mano 2014-09-30 12:40:26 +02:00
Marco Bonardo ae658c889c Bug 1041433 - UnifiedComplete: Close connections on Sqlite.shutdown.addBlocker. r=mano 2014-09-30 12:40:18 +02:00
Marco Bonardo 17a6489feb Bug 1041428 - Clarify query cancellation in UnifiedComplete.js. r=mano 2014-09-30 12:40:11 +02:00
Phil Ringnalda fe1673fc99 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 e499ce320f 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 c8d14e42a2 Merge m-c to fx-team. a=merge 2014-09-29 16:09:22 -04:00
Ryan VanderMeulen 1491d70afe Merge fx-team to m-c. a=merge 2014-09-29 15:06:48 -04:00
Ed Morley 33d7b690ac Backed out changeset 49b1465d3e5e (bug 1044020) for compilation failures 2014-09-29 15:41:54 +01:00
David Rajchenbach-Teller e3611bca94 Bug 1044020 - Add the duration of shutdown phases to Telemetry. r=froydnj 2014-09-25 17:19:34 +02:00
Iaroslav Sheptykin 4170243a35 Bug 1031298 - Add a histogram for counting unrecoverable sessions. r=yoric 2014-09-25 13:39:00 -04:00
Georg Fritzsche ef6689ab60 Bug 1069873 - Add counter histogram type. r=froydnj 2014-09-26 17:45:33 +02:00
Nick Alexander f54014e6bc Bug 1064177 - Part 1: Add RestrictedProfiles.DISALLOW_MODIFY_ACCOUNTS. r=wesj
This corresponds to UserManager.DISALLOW_MODIFY_ACCOUNTS.

--HG--
extra : rebase_source : 9a337cf2cb7c3cf6d8ae4c9b9c7a41138651410f
2014-09-26 11:44:55 -07:00
Robert Strong 1960e60eb0 Mac v2 signing - Bug 1072722 - With older clients the new maintenance service checks the updated directory's updater.exe when verifying the updater.exe for replace requests. r=spohl 2014-09-29 11:53:07 -07:00
Robert Strong 076224aff0 Mac v2 signing - Bug 1064523 - Create staging directory outside of the Mac bundle. r=bbondy 2014-09-29 11:52:08 -07:00
Blair McBride 48ae4b40a5 Bug 1067899 - Add autocomplete result type for arbitrary URLs. r=mak
--HG--
extra : transplant_source : %B4%5C%83%26%B0%3EL%F1%B0%0E%B4%822y%E5%8B%0B%A4%01%3D
2014-09-27 01:17:25 +12:00
Carsten "Tomcat" Book 9f76561203 merge fx-team to mozilla-central a=merge 2014-09-26 13:27:36 +02:00
Mark Hammond d28c156476 Bug 932651 - getClipboardData in specialpowersAPI uses the chrome window so it works in e10s. r=ted 2014-09-26 14:03:41 +10:00
Blair McBride 62fda02841 Bug 1067896 - Add autocomplete result type for searching via alias of a search engine. r=mak
--HG--
extra : transplant_source : %16%CB%E8%D5%3F%3D%B6%2C%90%1F%0F4%0B%1C%ED%DFvC%F1%28
2014-09-26 15:32:07 +12:00
Blair McBride d240e00242 Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : n%86%86%E2%23%85d%15%A8%0D%DD%F0%9A%A4%8B%E8y-%3DY
2014-09-25 17:04:06 +12:00
Guilherme Goncalves f499002ee8 Bug 1071976 - Use js_calloc for allocating ArrayBufferContents objects. r=Yoric
--HG--
extra : rebase_source : c3ad82ebe6e12e3340e6564833cc2e5524b900dd
2014-09-23 15:23:00 -04:00
Jim Mathies af9be8e2a8 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Bill McCloskey e1eed39699 Bug 1072477 - [e10s] Make EventTarget shim work when removeEventListener called from listener (r=mconley) 2014-09-29 13:05:23 -07:00
Bill McCloskey f4bdb21ae2 Bug 1072607 - [e10s] Handle removeEventListener correctly in EventTarget shim (r=mconley) 2014-09-29 13:05:23 -07:00
Bill McCloskey 44e57f85b7 Bug 1072472 - [e10s] Make sandbox shim work with COWs (r=mconley) 2014-09-29 13:05:23 -07:00
Bill McCloskey 42e95291a1 Bug 1067576 - Make console.log work in frame scripts (r=Mossop) 2014-10-07 11:46:25 -07:00
Bill McCloskey 8045050edd Bug 1072467 - Add tests for e10s add-on shims (r=mconley,ted) 2014-10-07 11:46:24 -07:00
Ryan VanderMeulen cd3e8a6f73 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
Andrea Marchesini d272279126 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Gian-Carlo Pascutto 2a58716867 Bug 1074196 - Correctly initialize PrefixSets with no deltas. r=mmc 2014-10-01 09:24:14 +02:00
Carsten "Tomcat" Book 4b66ac5e67 Merge m-c to mozilla-inbound 2014-10-01 15:41:25 +02:00
Christian Holler 5184091514 Bug 982600 - Disable tests that only make sense with crashreporter. r=markh
--HG--
extra : rebase_source : f67e498380f53cfe60a45431e300bc0937d2b6e9
2014-09-30 14:59:41 +02:00
Nicholas Nethercote cda9c17f4b Bug 1070251 - Anonymize non-chrome inProcessTabChildGlobal URLs in memory reports when necessary. r=khuey.
--HG--
extra : rebase_source : a204dbae9f853be3ade1cdebfa0f4ac01fa3a174
2014-09-24 19:08:20 -07:00
Ryan VanderMeulen 240ed29614 Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Ed Morley 07451b5f48 Backed out changeset dcd7ac495365 (bug 1067888) for failures in browser_action_searchengine.js; CLOSED TREE 2014-09-24 16:09:01 +01:00