Alessio Placitelli
222300a52b
Bug 1131069 - Fix only submitting the release-opt-out histograms in Telemetry. r=gfritzsche
2015-02-09 09:48:00 +01:00
Hiroyuki Ikezoe
aedf9007a7
Bug 1129794 - Remove 'firefox-appdir = browser' from places/autocomplete xpcshell test. r=mak
2015-02-04 22:24:00 +01:00
Abdelrhman Ahmed
6d8a3f7385
Bug 1130740 - remove the text-shadow property from the textbox ruleset. r=jaws
2015-02-07 15:29:00 +01:00
Richard Marti
0e784b1df5
Bug 1125636 - Update about:config to use the new Project Chameleon style. r=Unfocused
2015-02-04 17:52:47 +01:00
Ian Moody
b2ccc7c74a
Bug 1027246 - use "return" instead of "throw new Task.Result()" when switching to ES6 generators. r=nfitzgerald
2015-02-08 14:48:00 +01:00
Vikneshwar
8dd343d730
Bug 1027246 - replaced function with function* for generators. r=fitzgen
2015-02-08 00:48:43 +00:00
Tim Nguyen
5cf7dfa090
Bug 1017967 - Visual feedback when trees are focused. r=jaws
2015-02-06 11:09:00 +01:00
Eddy Bruël
8676792a60
Bug 1128921 - setBreakpoint should return an original location;r=jlong
2015-02-10 10:48:21 +01:00
Eddy Bruël
17b0491883
Bug 1128918 - Store original location in BreakpointActor;r=jlong
2015-02-10 10:43:13 +01:00
Blair McBride
d98f21f660
Bug 1128126 - Enforce safe schemes in isInstallAllowed. r=Mossop
2015-02-10 15:47:50 +13:00
Gijs Kruitbosch
e5a4e11d1c
Bug 1115333 - don't return window.opener if we're chrome and the opener is not, r=smaug,MattN
2015-01-05 22:41:26 +00:00
Ryan VanderMeulen
79bc1edf3c
Merge m-c to fx-team. a=merge
2015-02-09 16:40:25 -05:00
Marco Bonardo
9554658533
Bug 1125116 - Remove keywords support from Bookmarks.jsm. r=ttaubert
2015-02-09 17:10:19 +01:00
Tim Taubert
d3161e93c3
Bug 1129978 - sed -i '' 's/promiseAddVisits/PlacesTestUtils.addVisits/g' for toolkit/components/places r=mak
2015-02-09 15:01:22 +01:00
Tim Taubert
794c48ecf5
Bug 1129978 - Replace promiseAddVisits() usage with PlacesTestUtils.addVisits() r=mak
2015-02-05 22:36:55 +01:00
Tim Taubert
7d230131e1
Bug 1129978 - Replace custom addVisits() implementations with the one in PlacesTestUtils r=mak
2015-02-05 21:58:58 +01:00
Patrick Brosset
49d1f17a01
Bug 1074836 - 1 - Use both actorID and connPrefix to retrieve the right highlighter actors during inspector tests; r=miker
2015-02-09 10:03:06 +01:00
Gijs Kruitbosch
8ac6161641
Bug 1123771 - don't expose search icon as button if all it does is focus input and label it otherwise, r=Mossop
2015-02-06 11:44:37 +00:00
Bill McCloskey
2fd37b675d
Bug 1129755 - AutoCompletePopup should detach its docshell on unload. r=felipe
2015-02-07 09:16:30 -08:00
Phil Ringnalda
a3187ae40c
Merge f-t to m-c, a=merge
2015-02-07 08:55:02 -08:00
Margaret Leibovic
b5a5b305a1
Bug 907079 - Simplify reader mode style popup logic, including removing the use of the window.history API. r=mfinkle
2015-01-28 17:43:07 +01:00
Wes Kocher
e57b60f198
Merge m-c to fx-team a=merge CLOSED TREE
2015-02-06 14:57:26 -08:00
Wes Kocher
121be22948
Merge inbound to m-c a=merge CLOSED TREE
2015-02-06 14:44:10 -08:00
J. Ryan Stinnett
bea623b105
Bug 1127435 - Use separate client queues per actor. r=ochameau
2015-02-06 16:04:51 -06:00
Ryan VanderMeulen
f628dacd88
Merge m-c to inbound. a=merge
2015-02-06 11:36:03 -05:00
Ryan VanderMeulen
1b9997624f
Merge inbound to m-c. a=merge
2015-02-06 09:06:38 -05:00
Tim Nguyen
0f555938de
Bug 1128913 - Don't resize the tab crash icon when changing Firefox's width. r=jaws
2015-02-05 12:33:00 +01:00
Doug Turner
3083885fb4
Bug 1045229 - Beacons are not associated with windows. The current window based filtering that the network monitor does will skip requests that come from sendBeacon(). Here we explictly look to see if the network channel is from beacon by looking at the loadinfo. r=dcamp
2015-02-03 17:00:00 +01:00
Wes Kocher
cddd1c5ae8
Merge m-c to fx-team a=merge CLOSED TREE
2015-02-05 17:28:59 -08:00
Wes Kocher
ec2159dddd
Merge inbound to m-c a=merge CLOSED TREE
2015-02-05 16:55:01 -08:00
Robert Strong
11671348fc
Bug 1129209 - Use a separate manifest for comctl32.dll. r=bbondy
2015-02-05 14:12:39 -08:00
J. Ryan Stinnett
85edfa1739
Bug 1127004 - Use promises and session in b2g allowConnection. r=past
2015-02-05 15:26:13 -06:00
Abhishek Potnis
11a97e7cee
Bug 784806 - Add most "browser.download" prefs to about:support. r=adw
2015-02-05 12:44:19 -08:00
Dave Townsend
a6ef3298b5
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
2015-02-02 12:15:26 -08:00
J. Ryan Stinnett
4e64015393
Bug 1126965 - Show QR code for WiFi auth in WebIDE. r=past
2015-02-06 12:09:39 -06:00
Dhi Aurrahman
a3d52372b7
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
2015-02-04 18:46:26 +07:00
Nathan Froyd
69b393b14b
Bug 1128989 - part 1 - define Telemetry::ID as a uint32_t; r=gfritzsche
...
We would like to be able to forward-declare Telemetry::ID, so fewer
header files need to include Telemetry.h. Empirical evidence shows that
forward-declaring enums requires either enum classes, or plain
fixed-width enums. Let's opt for the latter here; there's no need to
constrain the size to 16 bits, since Telemetry::IDs are rarely stored in
data structures.
2015-02-03 10:04:59 -05:00
Avi Halachmi
3bb10387bf
Bug 1120650: add telemetry probe for slow script notices. r=vladan, r=billm
2015-02-06 16:02:37 +02:00
Valentin Gosu
8a4646d9bc
Bug 1120216 - Add telemetry for how often URLs contain !/ or !// or end with a ! r=mcmanus
2015-02-06 15:27:33 +02:00
Dave Townsend
39091d9406
Bug 1040158: Allow overriding an add-ons multiprocessCompatible flag in the update manifest for an add-on. r=Unfocused
2015-01-30 17:20:12 -08:00
Gabriel Machado
b0a6e8b4fa
Bug 1117889 - Fix hard-coded general data caption in about:telemetry. r=gfritzsche
2015-02-04 16:06:48 +00:00
Carsten "Tomcat" Book
75ce5dfdef
Merge mozilla-central to fx-team
2015-02-05 14:50:09 +01:00
Carsten "Tomcat" Book
5b4bb77646
merge mozilla-inbound to mozilla-central a=merge
2015-02-05 14:47:16 +01:00
Carsten "Tomcat" Book
ee5512828f
merge fx-team to mozilla-central a=merge
2015-02-05 14:36:58 +01:00
David Rajchenbach-Teller
848e507231
Bug 1005870 - Adding a copy() command to the console;r=robcee
2015-02-04 18:53:40 -08:00
Wes Kocher
52ae98270e
Merge m-c to b2g-inbound a=merge
2015-02-04 17:48:54 -08:00
Dave Hylands
69306ef6df
Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice
...
This has just the intended changes.
2015-02-04 14:51:39 -08:00
Dave Hylands
63efc8968e
Backed out changeset a21eb15bbf08
2015-02-04 14:45:43 -08:00
Dave Hylands
bb51fe3a83
Bug 1129231 - Remove a couple JS octal constant warnings. r=fabrice
2015-02-04 14:05:45 -08:00
Drew Willcoxon
736a48c49b
Bug 1120716 - Offer "learn more" links in the legacy-Sync-to-FxA migration UI. r=markh,Unfocused
2015-02-04 13:59:47 -08:00
Marina Samuel
e3e16954fd
Bug 1126183 - Provide a way to check if a site is part of the top 100 PlacesProvider links. r=adw
2015-02-04 16:49:15 -05:00
Tooru Fujisawa
b03e14f040
Bug 1108930 - Part 5: Call Map and Set with new in devtools. r=fitzgen
2015-02-05 00:59:15 +09:00
Rail Aliiev
4c4f5ad0cb
Bug 1128953 - Rename win64 FTP directory. r=mshal
2015-02-04 10:54:39 -05:00
Eddy Bruël
7a94790ded
Bug 1126218 - Simplify SourceActor.prototype._createBreakpoint;r=fitzgen
2015-02-04 07:45:12 +01:00
Eddy Bruël
a7f8fdc854
Bug 1126193 - setBreakpoint should not take a full location;r=fitzgen
2015-02-04 07:42:33 +01:00
Mark Hammond
c8fa0c0a1f
Bug 1123974 - geoip result should not override users already with browser.search.isUS=true. r=florian
2015-02-04 14:20:19 +11:00
Paolo Amadini
3af59ab61c
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
0a02b5d31c
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
2015-02-04 20:05:36 -08:00
Mark Hammond
1218d3e21c
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
Phil Ringnalda
c865152e04
Back out 3da63ccbadef (bug 984050) for Windows cppunit bustage
...
CLOSED TREE
2015-02-06 19:49:42 -08:00
Andrea Marchesini
d9876086c9
Bug 984050 - Persist ServiceWorker registrations, r=bent, r=nsm
2015-02-06 23:31:33 +00:00
Christoph Kerschbaumer
51db0efbba
Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places -tests (r=mak)
2015-02-06 13:54:45 -08:00
Christoph Kerschbaumer
0a5e6b3b13
Bug 1126004 - Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/components/places (r=mak)
2015-02-06 13:54:35 -08:00
Wes Kocher
67872f872b
Merge m-c to inbound a=merge
2015-02-04 17:48:15 -08:00
Blake Kaplan
8dd872752a
Bug 1120395 - Deal with shutdown without crashing. r=mmc/gcp
2015-02-04 14:17:13 -08:00
David Keeler
cab7fd2d3e
bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
...
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Ryan VanderMeulen
7824c7f9ae
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-02-04 15:04:23 -05:00
Dave Townsend
f2b4334e30
Backing out 3c49c72bbd26 from bug 1040158 due to test failures on a CLOSED TREE.
2015-02-04 10:46:35 -08:00
Tim Taubert
f2848d5d80
Bug 1094846 - Update head_common.js r=mak
2015-01-23 15:37:10 +01:00
Dave Townsend
a7e0079b5f
Fix the CLOSED TREE caused by xpcshell test failures by touching the root xpcshell.ini manifest. See bug 994255
2015-02-04 09:18:59 -08:00
Dave Townsend
c5b864e22b
Bug 1040158: Allow overriding an add-ons multiprocessCompatible flag in the update manifest for an add-on. r=Unfocused
2015-01-30 17:20:12 -08:00
Joel Maher
1607ba6ded
Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM
2014-12-27 00:44:52 +05:30
Nicholas Nethercote
ee41df7dc2
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
2015-02-09 14:34:50 -08:00
Mike Kaply
31443f4877
Mike Kaply - Bug 1115405 - Remove unnecessary Cu.reportError. r=Mossop
2015-02-09 12:51:52 -06:00
Christoph Kerschbaumer
6a4c8e19f7
Bug 1099296 - Attach LoadInfo to remaining callers of ioService and ProtocolHandlers - in toolkit/ (r=mmc,mak)
2015-02-17 10:09:50 -08:00
Stephen Pohl
ce3dc0b652
Bug 1089867: Add tests for Adobe EME CDM download/install. r=gfritzsche
2015-02-17 12:50:31 -05:00
Stephen Pohl
1d8e98c4db
Bug 1089867: Disable and hide Adobe EME by default and add ability to hide hidden GMPs in addon manager. r=gfritzsche
2015-02-17 12:50:27 -05:00
Stephen Pohl
02d8c846af
Bug 1089867: Refactor GMPProvider and make it compatible with EME CDMs. r=gfritzsche
2015-02-17 12:50:21 -05:00
Stephen Pohl
0a1538297b
Bug 1089867: Enable download and install of EME plugins. r=gfritzsche
2015-02-17 12:50:10 -05:00
Stephen Pohl
c6cf928c10
Bug 1089867: Rename OpenH264Provider.jsm to GMPProvider.jsm. r=gfritzsche
2015-02-17 12:50:03 -05:00
Magnus Melin
a4797171e1
Bug 1132337 - fix "ReferenceError: PlacesTestUtils is not defined" in test_history_expiration.js. r=paolo
...
comm-central: TEST-UNEXPECTED-FAIL | toolkit/components/downloads/test/unit/test_history_expiration.js | xpcshell return code: 0
2015-02-16 19:14:43 +02:00
Carsten "Tomcat" Book
5bd5760509
Merge mozilla-central to mozilla-inbound
2015-02-16 16:14:51 +01:00
Masatoshi Kimura
4556fb4a20
Backout 9507662057de (bug 1130670) and c731517a47e8 (bug 1124039) due to compatibility issues
2015-02-16 19:55:15 +09:00
Andrew McCreight
1ee96e7527
Back out Bug 1127201 (part 2) for various problems.
2015-02-06 15:04:32 -08:00
Carsten "Tomcat" Book
d2ba35750b
Backed out changeset e3a0544d600f (bug 1046234)
2015-02-18 17:05:48 +01:00
Carsten "Tomcat" Book
bc0abc10a8
Backed out changeset 0799176cb906 (bug 1120570) for m-oth test regressions on a CLOSED TREE
2015-02-18 16:57:48 +01:00
Paul Rouget
5e0543cb02
Bug 1127205 - Can't quit B2G Desktop on Mac. r=mstange
2015-02-18 16:34:00 +01:00
Jordan Santell
c5d4417441
Bug 1134036 - Disable web audio editor's automation panel until bug 1125600 is fixed. r=vp
2015-02-17 16:08:00 -05:00
Michael Ratcliffe
ad2eb034ae
Bug 1046234 - Add more DevTools Telemetry measures (display size etc.) r=pbrosset
2015-02-17 18:22:40 +00:00
Michael Ratcliffe
6a60113892
Bug 1120570 - Fix media query in rule view link text r=bgrins
2015-02-18 12:54:11 +00:00
Timur Valeev
58aa25a366
Bug 1133246 - Fix wrong buttons alignment with content on about pages using info-pages.css. r=jaws
2015-02-16 01:59:00 -05:00
Abdelrhman Ahmed
c3e607d7f7
Bug 1133002 - Align warning button to left. r=jaws
2015-02-14 18:34:00 -05:00
Jordan Santell
b82b9b797d
Bug 1112378 - Rewrite errors from call watcher to hide information of the error originating from call watcher, rather than content. r=vp
2015-02-13 19:10:00 -05:00
Ryan VanderMeulen
2a77de85e3
Merge m-c to fx-team. a=merge
2015-02-17 21:24:49 -05:00
Margaret Leibovic
98cbf8e07d
Bug 1132547
- Move reader.has_used_toolbar logic to Android's Reader.js. r=bnicholson
2015-02-12 15:23:26 -08:00
Mark Capella
dc26760ee0
Bug 1081742 - Reader mode doesn't support RTL, r=bnicholson
2015-02-03 21:49:38 -05:00
Matteo Ferretti
e4ce17ed90
Bug 1127238 - Remove the hard-coded list of highlighters; r=pbrosset CLOSED TREE
2015-02-03 13:03:33 +01:00
Yash Mehrotra
0b1daf9394
Bug 1037225 - On Windows browser.preferences.instantApply is False by default r=gijs
2015-02-02 19:28:12 +05:30
Chenxia Liu
e3dae1452a
Bug 1124392 - Telemetry: Record the number of passwords per hostname. r=MattN
2015-02-02 12:51:48 -08:00
Carsten "Tomcat" Book
38694a7ba5
Merge mozilla-central to fx-team
2015-02-03 15:34:51 +01:00
Carsten "Tomcat" Book
a4604abfb7
merge fx-team to mozilla-central a=merge
2015-02-03 14:36:21 +01:00
Carsten "Tomcat" Book
5b5bdcb8bb
merge mozilla-inbound to mozilla-central a=merge
2015-02-03 14:27:29 +01:00
Carsten "Tomcat" Book
3b10c226b9
Backed out changeset 2742651b0cd9 (bug 1123990) for suspicion that this broke the nightly builds a=sheriffduty
2015-02-03 13:49:17 +01:00
Ryan VanderMeulen
beb9f2acba
Merge inbound to m-c. a=merge
2015-02-02 17:28:12 -05:00
Ryan VanderMeulen
86d6f59c45
Merge fx-team to m-c. a=merge
2015-02-02 17:06:25 -05:00
Dave Hylands
0e2ea615b2
Bug 1113258 - Make .3gpp file extension be recognized by device storage.
2015-02-02 11:02:34 -08:00
Carsten "Tomcat" Book
17242d9a0e
merge mozilla-inbound to mozilla-central a=merge
2015-02-02 13:19:59 +01:00
Paolo Amadini
d1f74fbe46
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
3a569829d2
Merge m-i to m-c, a=merge
2015-02-01 09:17:12 -08:00
Paolo Amadini
56f047f7d8
Bug 1128203 - Reduce indentation from 4 to 2 spaces. rs=dolske DONTBUILD CLOSED TREE
2015-01-31 21:25:49 +00:00
Phil Ringnalda
2501618523
Merge f-t to m-c, a=merge
2015-01-31 09:06:14 -08:00
Swapnil R Patil
c0693fbe23
Bug 1085428 - Replaced do_log_info with do_print. r=mak
2015-01-30 22:36:34 +01:00
Gijs Kruitbosch
50257bbc1d
Bug 1127394 - should be able to close single tab through tabclose button even if we said 'stay on page' initially, r=jaws
2015-01-30 19:54:37 +00:00
Carsten "Tomcat" Book
942377a301
Merge mozilla-central to fx-team
2015-02-02 13:24:19 +01:00
Hiroyuki Ikezoe
a432cb6c60
Bug 1127612 - Remove promiseAsyncUpdates from head.js, use PlacesTestUtils.promiseAsyncUpdates instead. r=mak77
2015-02-01 21:08:00 +01:00
Eddy Bruël
02208354ae
Bug 1123693 - setBreakpoint should take an original location as argument;r=fitzgen
2015-02-03 10:48:25 +01:00
Victor Porof
4e268a4985
Bug 1077461 - Build call tree for memory allocations view, r=jsantell
2015-01-28 14:30:32 -05:00
Ryan VanderMeulen
353ea7d948
Merge m-c to fx-team. a=merge
2015-02-02 17:30:07 -05:00
Avijit Gupta
e85759b263
Bug 1013714 - modified -moz-focusring css to remove wierd focusring on 'learn-more' link. r=jaws
2015-02-02 13:50:05 +05:30
Matthew Noorenberghe
5042c590bf
Bug 1047977 - Invert the notification bar close icon with @type=info on OS X to provide contrast. r=Gijs
2015-02-01 22:18:25 -08:00
Ryan VanderMeulen
d17e133919
Merge m-c to fx-team. a=merge
2015-01-30 12:34:39 -05:00
Ryan VanderMeulen
4c339d50d6
Merge inbound to m-c. a=merge
2015-01-30 12:22:33 -05:00
Dave Townsend
0dcdc9d515
Bug 1127026: Shimmed AboutProtocolInstance.getURIFlags always returns null. r=billm
2015-01-30 09:14:13 -08:00
Nicholas Nethercote
b41a1c3660
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.)
2015-02-02 16:53:49 -08:00
Christoph Kerschbaumer
46f98b7f00
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
85128a80bf
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
566fd0149b
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
a35f4c588c
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.
2015-02-02 16:44:48 -08:00
Richard Marti
55328f1ff3
Bug 1022600 - Use a SVG icon for the utilities button in about:addons. r=MattN
2015-01-24 13:06:28 +01:00
Todd Whiteman
bec6f714fa
Bug 1124963 - Fix symbolstore.py script errors. r=ted
2015-01-22 17:52:00 +01:00
Mike Shal
53696d3159
Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce
2015-01-21 18:27:20 -05:00
Georg Fritzsche
3aaa3d62b4
Bug 1128405 - Fix missing UUID rev for nsITelemetry for bug 1120369. r=froydnj
2015-02-02 15:24:21 +01:00
Albert Juhe
f9b4e5edc4
Bug 1100443 - DevTools Themes: Make infobar arrow smaller. r=bgrins
2015-01-21 13:53:00 +01:00
Alexandre Poirot
dc816663a8
Bug 1055452 - Fix highlighter on hidden documents like keyboard. r=pbrosset
2015-01-29 03:17:00 +01:00
Alessio Placitelli
862fe46619
Bug 1122049 - Add logging to Telemetry. r=gfritzsche
2015-01-21 03:32:00 +01:00
David Keeler
289800a028
backout cd0ec3afca5a (bug 832837) for mochitest bustage
2015-01-30 11:25:24 -08:00
Ryan VanderMeulen
2468bbc299
Merge m-c to inbound. a=merge
2015-02-02 17:31:01 -05:00
Neil Deakin
babb7c09b2
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
David Keeler
5108f641ee
bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
...
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Ryan VanderMeulen
6f2e997e08
Merge m-c to inbound. a=merge
2015-01-30 12:32:49 -05:00
Todd Whiteman
bf0df2f52b
Bug 1124984 - Force the gzip call to run. r=ted
2015-01-22 19:36:00 -05:00
Dave Townsend
9ddcb19cae
Bug 1112304: Update about:tabcrashed to match the new UX spec. r=dao
...
Uses in-content styles for the tab crash page and adds an overlay to the favicon
for crashed tabs. Adds support for closing the crashed tab. The strings here
also refer to being able to restore all tabs, that will be implemented and
landed at the same time in bug 1109650 to avoid l10n churn.
2015-01-13 12:33:26 -08:00
Georg Fritzsche
6fba859d69
Bug 1120369 - Allow specifying the desired dataset in Histograms.json. r=vladan
2015-01-29 15:17:24 +01:00
Mike Hommey
50e6916b40
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
2015-02-02 09:56:13 +09:00
Brian Smith
25d83c05ee
Bug 1119072, Part 15: Replace uses of hash_map with unordered_map (toolkit), r=ted
2015-01-08 15:38:26 -08:00
Brian Smith
c042df95a0
Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to support MSVC 2015, r=glandium
2015-01-29 17:36:39 -08:00
Wes Kocher
50b90fbd84
Merge fx-team to m-c a=merge CLOSED TREE
2015-01-29 15:27:17 -08:00
Mike Conley
ed27375d19
Bug 1112243 - add sizetopref to menulist-popuponly binding content. r=dao.
...
The rest of the menulist bindings have this, and is used to properly size
the menupopup when the menulist is opened. Without it, for long menulists
with a scrollbar, and short labels, the labels will get squeezed out during
layout and not be visible.
2015-01-29 12:58:24 -05:00
wesj
a42ecd6e79
Bug 1113658 - Disable parental control logging on Android. r=mfinkle
2015-01-29 10:40:59 -08:00
Gijs Kruitbosch
cf89f862d1
Bug 1125378 - fix up test failures caused by forgotten schema update, rs=bustage on a CLOSED TREE
2015-01-29 17:18:51 +00:00
Bill McCloskey
84f671eb7f
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
66f2a1b64e
Bug 1126018 - [e10s] Add shims for some observer topics (r=mconley)
2015-01-29 11:24:46 -08:00
Bill McCloskey
37f4747f18
Bug 1126018 - [e10s] Add shim for window._content (r=mconley)
2015-01-29 11:24:46 -08:00
Bill McCloskey
e5ba4cda23
Bug 1126018 - [e10s] Improve dummy window shim (r=mconley)
2015-01-29 11:24:46 -08:00
Gijs Kruitbosch
8c29a40a43
Bug 1125378 - indicate default e10s state in remote troubleshooting, r=gavin
2015-01-28 17:13:42 +00:00
Carsten "Tomcat" Book
511c9ee8cd
Merge mozilla-central to fx-team
2015-01-29 16:20:17 +01:00
Margaret Leibovic
551abeff93
Bug 1117258 - Implement reader mode content CSS for desktop. r=jaws
2015-01-26 10:19:47 +01:00
Wes Kocher
cd041af404
Merge fx-team to m-c a=merge
2015-01-28 18:36:42 -08:00
Ryan VanderMeulen
4d3d01f466
Backed out changeset b07179c96da7 (bug 1122049) for mass bustage.
...
CLOSED TREE
2015-01-28 16:17:00 -05:00
Jordan Santell
ff3aaca324
Bug 1125819 - Add cancelScheduledValues for automation tracking in web audio editor. r=vp
2015-01-28 02:12:00 -05:00
Ryan VanderMeulen
8bdbce9bdb
Merge m-c to fx-team. a=merge
2015-01-28 15:04:51 -05:00
Tim Taubert
74af4b9332
Bug 1023565 - Remove setTimeout() when restoring contentEditable values r=smacleod
2015-01-28 15:06:19 +01:00
Victor Porof
ab1021bb66
Bug 1126372 - Timeline actor emits memory information twice when it's started, r=jsantell
2015-01-28 10:24:52 -05:00
Carsten "Tomcat" Book
cc6cedd66c
merge fx-team to mozilla-central a=merge
2015-01-28 14:24:09 +01:00
Jed Davis
04ba7c0534
Bug 1126138 - Fix strict-mode errors in about:support#sandbox. r=adw
...
Bonus fix: preemptively fix the same mistake in Troubleshoot.jsm so that
the same bug doesn't happen again when someone adds "use strict" there.
2015-01-26 19:55:00 -05:00
Christoph Kerschbaumer
2c0f229690
Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools - tests (r=jryans)
2015-01-26 19:55:09 -08:00
Christoph Kerschbaumer
d051ef628a
Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans)
2015-01-26 19:54:52 -08:00
Chris Peterson
5cb90ee9e4
Bug 1126376 - Fix non-NIGHTLY_BUILD warnings-as-errors in toolkit/xre. r=Mossop
2015-01-27 10:11:08 -08:00
Masayuki Nakano
8e82d8933b
Bug 917322 part.16 Rename COMPOSITION_ATTR_* in EventUtils.js with new constants of nsITextInputProcessor r=smaug
2015-01-28 15:27:33 +09:00
Masayuki Nakano
aae116b584
Bug 917322 part.10 Remove unnecessary synthesizeComposition(compositionstart) from all tests r=smaug
2015-01-28 15:27:32 +09:00
Aaron Klotz
cd929d0d99
Bug 1122602: Correctly handle submission of empty chrome hang objects; r=vladan
2015-01-27 13:59:49 -07:00
Tooru Fujisawa
0bd29f0e96
Bug 1069416 - Part 8: Remove JS_HAS_SYMBOLS from Promise-backend.js. r=paolo
2015-01-28 13:06:38 +09:00
Wes Kocher
e5db1b81af
Backed out 5 changesets (bug 1119503) for PGO m-oth failures so I can a=merge today
...
Backed out changeset 05ee3ae06643 (bug 1119503)
Backed out changeset 5ccef8ecf319 (bug 1119503)
Backed out changeset 8c2129ff8897 (bug 1119503)
Backed out changeset ff9012ee428a (bug 1119503)
Backed out changeset af9f4a6a7b78 (bug 1119503)
2015-01-27 16:04:59 -08:00
Wes Kocher
8636f49fd5
Merge inbound to m-c a=merge
2015-01-27 16:02:52 -08:00
Ryan VanderMeulen
9fdf069c78
Backed out changeset dd417504346b (bug 1114594) for crashes.
...
CLOSED TREE
2015-01-27 15:17:39 -05:00
Victor Porof
707f7c80ff
Bug 1126451 - Typo in MemoryActor.prototype._onWindowReady after bug 1104213, r=tromey
2015-01-27 15:07:59 -05:00
Ehsan Akhgari
8e61743f73
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.
2015-01-27 13:25:10 -05:00
Ganesh Sahukari
a30dd201bb
Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo
2015-01-20 10:11:00 +00:00
Marco Bonardo
9df34450b9
Bug 1117072 - updatePlaces can mistakenly overwrite typed and hidden attributes of a page. r=ttaubert
2015-01-27 18:36:40 +01:00
Mike Conley
a0e88e2688
Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
2015-01-05 16:38:48 -05:00
Sami Jaktholm
d4d8f42e99
Bug 1116428 - Part 1: Expose SSLv3 and RC4 warnings in the webconsole actor. r=past
2015-01-24 14:40:10 +02:00
Aaron Raimist
11b9ac6877
Bug 1042619 - Change 'width x height' letter x to a multiplication sign in devtools frontend. r=bgrins
2015-01-26 14:36:00 -05:00
Carsten "Tomcat" Book
62bd789a81
merge fx-team to mozilla-central a=merge
2015-01-27 15:27:01 +01:00
Chris Peterson
36dabfb7e9
Bug 1125690 - Fix -Wtautological-compare warning in toolkit/mozapps/update/updater and mark as FAIL_ON_WARNINGS. r=rstrong
2015-01-25 00:24:34 -08:00
Ehsan Akhgari
6e4bdea85d
Backed out changeset 45921e3d9773 (bug 1117034) because of build bustage on a CLOSED TREE
2015-01-26 21:52:40 -05:00
Ehsan Akhgari
bd30de9162
Bug 1117034 - Mark some overridden functions in the tree as override
2015-01-26 21:14:12 -05:00
Neil Deakin
5d8632811a
Bug 1091140, add telemetry for sanitize, r=vdjeric
2015-01-26 20:58:22 -05:00
Cykesiopka
c87066f9f3
Bug 1089588 - Fix wrong telemetry descriptions regarding SSL_KEA_ECDHE_CURVE_FULL and SSL_AUTH_ECDSA_CURVE_FULL. r=keeler
2015-01-26 14:30:00 +01:00
Eddy Bruël
dc4c1f1cc3
Bug 1123686
- setBreakpoint should return a promise;r=jlongster
2015-01-27 08:52:33 +01:00
Ryan VanderMeulen
dcdd085388
Merge m-c to fx-team. a=merge
2015-01-26 16:52:38 -05:00
Ryan VanderMeulen
f97bda9956
Merge fx-team to m-c. a=merge
2015-01-26 16:34:12 -05:00
J. Ryan Stinnett
3e440451eb
Bug 1103120 - Part 21: Client: Close streams when connection refused. r=past
2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
d075a09fbd
Bug 1103120 - Part 19: OOB cert auth tests. r=past
2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
1517b6e4b5
Bug 1103120 - Part 18: Client: Validate random value, debugging begins. r=past
2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
2b751c0c8e
Bug 1103120 - Part 17: Server: Default receive OOB dialog. r=past
2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
3095da6e3b
Bug 1103120 - Part 16: Server: Receive OOB data from client. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
2e66805f42
Bug 1103120 - Part 15: Client: Compare server cert to advertisement. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
7d1672108f
Bug 1103120 - Part 14: Client: Send OOB data to server. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
94ae68f5c7
Bug 1103120 - Part 13: Client: Set cert when connecting. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
0bf960c17e
Bug 1103120 - Part 12: Client: Receive pending auth message from server. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
6d3d06645c
Bug 1103120 - Part 11: Client: Pass auth settings from advertisement. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
5eb767dd17
Bug 1103120 - Part 10: Server: Send pending auth message to client. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
a599ba6858
Bug 1103120 - Part 9: Server: Require client cert, add cert to session. r=past
...
This exposes the server and client certs as part of the session info available
to authenticators and prompts.
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
bab8bbfda2
Bug 1103120 - Part 8: Server: Use promises and results in allowConnection. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
1834cf7eb0
Bug 1103120 - Part 7: Server: Provide session to default prompt. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
f7dece0433
Bug 1103120 - Part 6: Server: Move allowConnection to authenticator. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
6208e96958
Bug 1103120 - Part 5: Server: Create connection object on accept. r=past
...
Extract the socket accept logic into a new object, in preparation for more
complex steps to handle authentication. As a bonus, the new workflow ensures
that the TLS handshake is validated before handing the connection of to the
DebuggerServer.
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
653090fd5f
Bug 1103120 - Part 4: Server: Move default prompt to new file. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
106727ff01
Bug 1103120 - Part 3: Server: Advertise cert for authentication. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
e47d39a5d5
Bug 1103120 - Part 2: Add authenticators for each auth mode. r=past
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
923b8c7e7d
Bug 1103120 - Part 1: Add WiFi auth design doc. r=past
2015-01-26 12:47:12 -06:00
Abdelrhman Ahmed
752d9cbcf0
Bug 1113639 - Stop highlighting search engines table header in preferences. r=florian.
2015-01-26 17:14:29 +01:00
Carsten "Tomcat" Book
2a31a19726
Merge mozilla-central to fx-team
2015-01-26 15:05:54 +01:00
Carsten "Tomcat" Book
03a4d5fca0
Backed out changeset d34e894a9ea2 (bug 1114594) for xpcshell and m5 test failures
2015-01-26 15:01:16 +01:00
Patrick Brosset
10cb453bb3
Bug 1123936 - Fix intermittent browser_animation_actors_02.js by making the test wait for animationPlayer.ready. r=bgrins
2015-01-22 01:39:00 -05:00
Jared Wein
08f3f9d620
Bug 1119472 - Unify text-link colors and hover behavior. r=gijs
2015-01-26 10:38:00 -05:00
Tim Taubert
43589ecd8f
Bug 1125374 - Let Bookmarks.fetch() support DEFAULT_INDEX r=mak
2015-01-23 23:13:47 +01:00
Ganesh Sahukari
c0ea7c540b
Bug 1114594 - Remove promptForSaveToFile in favor of promptForSaveToFileAsync. r=paolo
2015-01-20 10:11:00 +00:00
Patrick Brosset
2bfe99b74c
Bug 1110110 - 2 - Fix the "this.conn.getActor(...) is null" rejected promise; r=past
2015-01-26 11:39:48 +01:00
Phil Ringnalda
04e2f1ca43
Bug 1123085 - Disable webapp tests which fail on OS X 10.10
2015-01-24 08:24:39 -08:00
Phil Ringnalda
f435413ca2
Bug 1122992 - Disable the part of test_arrowpanel.xul that fails on OS X 10.10
2015-01-20 08:09:08 -08:00
Ryan VanderMeulen
767e314d98
Merge inbound to m-c. a=merge
2015-01-24 19:24:19 -05:00
Ehsan Akhgari
ff1971b154
Bug 1118413 - Mark virtual overridden functions as MOZ_OVERRIDE in places; r=mak
2015-01-24 14:51:35 -05:00
Ehsan Akhgari
4ca8e14a1a
Bug 1125182 - Mark some functions in nsCompartmentInfo as override; r=blassey
2015-01-24 14:49:54 -05:00
Phil Ringnalda
52a39477cf
Merge m-c to f-t
2015-01-24 09:10:16 -08:00
Phil Ringnalda
11895647ed
Merge f-t to m-c, a=merge
2015-01-24 08:34:07 -08:00
Chenxia Liu
7ee294cd9d
Bug 1118871 - Add telemetry to count the number of sites in the password manager blocklist. r=MattN
2015-01-23 18:46:35 -08:00
Jennifer Fong
1d3d64a930
Bug 1022797 - Device settings support. r=jryans
2015-01-22 11:21:00 -05:00
Phil Ringnalda
e5a01106a6
Merge m-c to a CLOSED TREE m-i
2015-01-23 22:00:41 -08:00
Daniel Holbert
0573dd613e
Bug 1125638: Annotate nsGTKRemoteService and nsQtRemoteService method 'SetDesktopStartupIDOrTimestamp' as MOZ_OVERRIDE. r=karlt
2015-01-25 15:16:25 -08:00
Ben Kelly
4d4ada8ab7
Bug 1124862 Fix glxtest.cpp fail-on-warning errors for ignored return values. r=bjacob
2015-01-25 16:50:13 -05:00
Tim Nguyen
80fef4cd24
Bug 1087618 - Part 5: Update about:welcomeback, sessionrestore, tabcrashed stylesheets. r=jaws
2015-01-18 10:24:00 -05:00
Tim Nguyen
495a4786ca
Bug 1087618 - Part 3: Create the in-content info pages stylesheet. r=jaws
2015-01-21 05:42:00 -05:00
Ryan VanderMeulen
a5922916a9
Merge m-c to fx-team. a=merge
2015-01-23 12:33:22 -05:00
Ryan VanderMeulen
b2b2e2ad4f
Merge fx-team to m-c. a=merge
2015-01-23 12:20:52 -05:00
Patrick Brosset
28454451ee
Bug 1122435 - Part 2: Stop auto-refreshing AnimationPlayerActor's state when the animation has ended. r=miker
2015-01-16 01:42:00 -05:00
Patrick Brosset
70ef2fb114
Bug 1122435 - Part 1: Reduce the animation player protocol traffic by only sending values that did change. r=miker
2015-01-16 01:39:00 -05:00
Makoto Kato
2b4be5e6f7
Bug 512407 - Support Windows Location API. r=jdm,jmathies
2015-01-23 18:43:46 +09:00
Ryan VanderMeulen
6902d022e4
Backed out changeset 638a3da0cf2f (bug 1123372) for xpcshell failures that appeared after being merged to m-c.
...
CLOSED TREE
2015-01-22 20:48:51 -05:00
Wes Kocher
fc11faf2a0
Merge b2g-inbound to m-c a=merge
2015-01-22 14:37:39 -08:00
Wes Kocher
f1ac832416
Backed out changeset 39c78d4281d5 (bug 1101331) for intermittently breaking gaia-ui tests on OSX on a CLOSED TREE
2015-01-22 12:23:12 -08:00
Antonio Ladeia
5c1d861b03
Bug 1123372 - Stop using Date.toLocaleFormat() in Places code. r=mak
2015-01-22 08:10:12 -03:00
Carsten "Tomcat" Book
44c43cbd1b
Merge mozilla-central to mozilla-inbound
2015-01-22 14:39:29 +01:00
Carsten "Tomcat" Book
bd64f16791
merge mozilla-inbound to mozilla-central a=merge
2015-01-22 14:30:51 +01:00
Jim Mathies
9821108dab
Bug 1088203 - e10sify PageThumbs support for checking page security and error state. r=Dao
2015-01-22 07:07:56 -06:00
Geoff Lankow
5f61d9e5c4
Bug 675372 - Allow resource protocol mappings in chrome.manifest files of bootstrapped add-ons; r=Unfocused
2015-01-22 20:00:13 +13:00
Mark Finkle
547f72f091
Bug 1117186 - fix geo-specific search defaults interaction with the defaultEngine getter/setter and use a helper for getting geo-specific prefs f=gavin,r=markh
2015-01-21 23:05:48 -05:00
Allison Naaktgeboren
6a489cdffb
Bug 1123820 - Change the expiration of master password probes to never expire.r=MattN
2015-01-21 17:50:43 -08:00
Mark Hammond
54787eabcb
Bug 1117979 - fix orange by not relying on DNS lookup failure in the 'error' test. r=gavin
2015-01-22 12:13:23 +11:00
Wes Kocher
a2f7a323b6
Merge m-c to fx-team a=merge
2015-01-21 16:28:27 -08:00