Commit Graph

11007 Commits

Author SHA1 Message Date
Dave Townsend
fcf968baa0 Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.

Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported

--HG--
rename : browser/components/sidebar/nsSidebar.js => toolkit/components/search/nsSidebar.js
extra : rebase_source : 3e9caa49383e78e73e5f111ff09fb063f2cfa7c0
2015-02-02 12:15:26 -08:00
Dhi Aurrahman
5b8f79fc23 Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
Wes Kocher
834e2d3042 Merge inbound to m-c a=merge CLOSED TREE 2015-02-05 16:55:01 -08:00
Carsten "Tomcat" Book
5447ea3b46 Merge mozilla-central to fx-team 2015-02-05 14:50:09 +01:00
Carsten "Tomcat" Book
ba2f5fcd61 merge mozilla-inbound to mozilla-central a=merge 2015-02-05 14:47:16 +01:00
Paolo Amadini
c3952b24ed Bug 1114624 - Don't register the legacy nsIDownloadManager implementation of nsITransfer by default anymore. r=mak,marco,margaret,fabrice 2015-02-05 11:19:01 +00:00
Nicholas Nethercote
d34f0301b8 Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
--HG--
extra : rebase_source : 99182e70335d2b5ff95f8c528ae992d37294be3a
2015-02-04 20:05:36 -08:00
Mark Hammond
a015a83aaf Bug 1121340 - add telemetry to determine how consistent our geoip country code is with the platform's. r=gavin 2015-02-05 12:24:06 +11:00
Wes Kocher
7ebcc55521 Merge m-c to inbound a=merge 2015-02-04 17:48:15 -08:00
Blake Kaplan
a3e940d7ae Bug 1120395 - Deal with shutdown without crashing. r=mmc/gcp 2015-02-04 14:17:13 -08:00
Mark Hammond
0a544c73ea Bug 1123974 - geoip result should not override users already with browser.search.isUS=true. r=florian
--HG--
rename : toolkit/components/search/tests/xpcshell/test_location.js => toolkit/components/search/tests/xpcshell/test_location_migrate_no_countrycode_isUS.js
rename : toolkit/components/search/tests/xpcshell/test_location.js => toolkit/components/search/tests/xpcshell/test_location_migrate_no_countrycode_notUS.js
2015-02-04 14:20:19 +11:00
Tim Taubert
f6537476a1 Bug 1094846 - Update head_common.js r=mak 2015-01-23 15:37:10 +01:00
Mark Capella
4788e40421 Bug 1081742 - Reader mode doesn't support RTL, r=bnicholson 2015-02-03 21:49:38 -05:00
Chenxia Liu
92399a3f06 Bug 1124392 - Telemetry: Record the number of passwords per hostname. r=MattN
--HG--
extra : rebase_source : 16de4b58ca570ed7ad328ddc5806eba0a509d9e7
2015-02-02 12:51:48 -08:00
Nicholas Nethercote
84a315c38c Bug 1127570 - Include measurement origins in about:memory's title bar. r=mccr8.
This changes about:memory so that whenever measurements are shown, the origin
of those measurements is visible in the title bar.

- "about:memory (live measurement)" is used when you do "Measure".

- "about:memory (<filename>)" is used when you do "Load...".

- "about:memory (diff of <filename1> and <filename2>)" is used when you do
  "Load and diff...".

- "about:memory" is used in all other cases, e.g. when about:memory is first
  loaded, and after all non-measurement actions (GC, GC, etc.)

--HG--
extra : rebase_source : 4d1da88d17481916cda5018b7a8298e67c916274
2015-02-02 16:53:49 -08:00
Christoph Kerschbaumer
fe42cc460a Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo) 2015-02-02 20:10:34 -08:00
Christoph Kerschbaumer
b1de2face2 Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads - tests (r=paolo) 2015-02-02 20:10:07 -08:00
Christoph Kerschbaumer
5aac2fe0fc Bug 1125991 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/jsdownloads (r=paolo) 2015-02-02 20:09:40 -08:00
Nicholas Nethercote
231a4d7a81 Bug 1127645 - Remove "Read from clipboard" button from about:memory. r=mccr8.
Now that memory reports are gzipped by default (not to mention *huge* when
unzipped), this button is no longer useful. A "load from URL" button (bug
859603) would be much better, but for now let's just remove the useless
functionality so it doesn't get in the way.

--HG--
extra : rebase_source : f6bad57203ce8a7173f876d578413c4f2cb3cc22
2015-02-02 16:44:48 -08:00
Ryan VanderMeulen
6c039d1f77 Merge m-c to inbound. a=merge 2015-02-02 17:31:01 -05:00
Ryan VanderMeulen
769dd38513 Merge inbound to m-c. a=merge 2015-02-02 17:28:12 -05:00
Carsten "Tomcat" Book
fe1587a7ba Merge mozilla-central to fx-team 2015-02-02 13:24:19 +01:00
Carsten "Tomcat" Book
2f3b89cbe9 merge mozilla-inbound to mozilla-central a=merge 2015-02-02 13:19:59 +01:00
Hiroyuki Ikezoe
c8a6c32ba9 Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77 2015-02-01 21:08:00 +01:00
Paolo Amadini
67b6d770d0 Bug 1124516 - Telemetry: Record the time in days each saved login was last used. r=MattN 2015-02-01 19:38:09 +00:00
Phil Ringnalda
877d6ac788 Merge m-i to m-c, a=merge 2015-02-01 09:17:12 -08:00
Paolo Amadini
174ae94f90 Bug 1128203 - Reduce indentation from 4 to 2 spaces. rs=dolske DONTBUILD CLOSED TREE 2015-01-31 21:25:49 +00:00
Swapnil R Patil
d674965080 Bug 1085428 - Replaced do_log_info with do_print. r=mak 2015-01-30 22:36:34 +01:00
Neil Deakin
c891137718 Bug 1114707, don't close search suggestions when the caret is moved when norolluponanchor is set, r=mak 2015-02-02 15:53:55 -05:00
Ryan VanderMeulen
a3e60b01bf Merge m-c to fx-team. a=merge 2015-01-30 12:34:39 -05:00
Dave Townsend
0f22a9962b Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm 2015-01-30 09:14:13 -08:00
Georg Fritzsche
073fed1942 Bug 1128405 - Fix missing UUID rev for nsITelemetry for bug 1120369. r=froydnj 2015-02-02 15:24:21 +01:00
Alessio Placitelli
d9817bdfeb Bug 1122049 - Add logging to Telemetry. r=gfritzsche 2015-01-21 03:32:00 +01:00
Georg Fritzsche
f36ab0e55f Bug 1120369 - Allow specifying the desired dataset in Histograms.json. r=vladan 2015-01-29 15:17:24 +01:00
Mike Hommey
a35dbaeebf Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
--HG--
rename : memory/mozalloc/fallible.h => memory/fallible/fallible.h
2015-02-02 09:56:13 +09:00
Wes Kocher
f62801541d Merge fx-team to m-c a=merge CLOSED TREE 2015-01-29 15:27:17 -08:00
wesj
46e3babf4c Bug 1113658 - Disable parental control logging on Android. r=mfinkle 2015-01-29 10:40:59 -08:00
Bill McCloskey
94aebaaa39 Bug 1072980 - Don't allow CPOWs to be passed to C++ code (r=mrbkap,ally,mconley) 2015-01-29 11:28:01 -08:00
Bill McCloskey
082d988ab6 Bug 1126018 - [e10s] Add shims for some observer topics (r=mconley) 2015-01-29 11:24:46 -08:00
Bill McCloskey
e7ba6e45a0 Bug 1126018 - [e10s] Add shim for window._content (r=mconley) 2015-01-29 11:24:46 -08:00
Bill McCloskey
16620cea14 Bug 1126018 - [e10s] Improve dummy window shim (r=mconley) 2015-01-29 11:24:46 -08:00
Margaret Leibovic
e6495a8e8a Bug 1117258 - Implement reader mode content CSS for desktop. r=jaws 2015-01-26 10:19:47 +01:00
Ryan VanderMeulen
e62e008c7f Backed out changeset b07179c96da7 (bug 1122049) for mass bustage.
CLOSED TREE
2015-01-28 16:17:00 -05:00
jp111
6137a8c380 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
Alessio Placitelli
fad849a618 Bug 1122049 - Add logging to Telemetry. r=gfritzsche 2015-01-21 03:32:00 +01:00
Alessio Placitelli
3f0538e75f Bug 1123384 - Move Telemetry main ping implementation out of TelemetryPing.jsm. r=gfritzsche 2015-01-22 12:23:00 +01:00
Monica Chew
da32e99bda Bug 1122691: Skip ClassifyLocal unless tracking protection is enabled (r=mcmanus,gcp) 2015-01-21 11:33:07 -08:00
Ehsan Akhgari
900c9f9de0 Bug 1119503 - Part 3: Change test_aboutmemory*.xul in order to not expect a newline at the very end of the copied text; r=njn
After the patches in this bug, we only inject a newline at block element
boundaries.  In order to get these tests to pass, we just compare the
trimmed version of the actual and expected tests.
2015-01-28 10:01:23 -05:00
Carsten "Tomcat" Book
8aced6dab7 merge fx-team to mozilla-central a=merge 2015-01-28 14:24:09 +01:00
Aaron Klotz
7907419635 Bug 1122602: Correctly handle submission of empty chrome hang objects; r=vladan
--HG--
extra : rebase_source : 622f0165d3bb6d7b07d48ba5ae2486975948d718
2015-01-27 13:59:49 -07:00