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

463430 Коммитов

Автор SHA1 Сообщение Дата
Honza Bambas 540b56cf15 Bug 1250141 - Remove NS_WARN_IF after AppendOriginNoSuffix in DOMStorageManager::CheckStorage, r=ehsan 2016-02-24 22:27:09 -08:00
Cameron McCormack 995d7af691 Preemptive unified build fix; no bug. 2016-02-25 17:26:12 +11:00
Jared Wein 083646b004 Bug 1250732 - Disable browser_bookmark_popup.js on Linux debug builds due to flakiness of moueover/mouseout events. r=gijs, a=tomcat
MozReview-Commit-ID: KQ8FNFaieIy

--HG--
extra : transplant_source : %8A%F4%7D%DD%19%5Dx%14%9BS0%7E%9C%D7%96%B0%8A%9DX%EE
2016-02-25 00:34:44 -05:00
Varun Naganathan 391cf4e5db Bug 1236387 - Add a URL and length filter for search history suggestions r=ahunt
MozReview-Commit-ID: 9EFgukC0imw

--HG--
extra : amend_source : 809bf6d603c931b0cafacf05b8b5d2469765b8e3
2016-02-24 20:46:03 -08:00
Patrick Brosset fb434e2e1e Bug 1035661 - Remove useless test browser_inspector_scrolling.js; r=miker
MozReview-Commit-ID: 5PU2iXMFcIZ

--HG--
extra : rebase_source : 7af9eaf6b9f5500511ec5ea85bea3c3528ce38b4
2016-02-24 17:29:22 +01:00
Patrick Brosset 79edff1525 Bug 1250925 - Enable browser_inspector_gcli-inspect-command.js with e10s; r=miker
MozReview-Commit-ID: I9yvp7JEsef

--HG--
extra : rebase_source : 7609f80929faf916686a109d531f9726de2697f5
2016-02-24 17:20:36 +01:00
Panos Astithas 333e89b7b3 Bug 1250577 - Enable browser_basic_functionality.js and browser_iframe_gone_mid_download.js tests on e10s. r=me
MozReview-Commit-ID: BuDLbO95bGO
2016-02-25 11:35:47 +02:00
Matthew Wein c822f61ac1 Bug 1246028 Implement chrome.commands.getAll. r=kmag 2016-02-24 17:29:04 -08:00
Andrew Swan c5a9db2a6b Bug 1245597 - implement the basics of chrome.downloads.download(). r=kmag 2016-02-24 11:16:32 -08:00
Matthew Wein 5acdfcf336 Bug 1243602 - don't expose browser.* properties that lack required permissions. r=kmag 2016-02-24 18:08:59 -08:00
Carsten "Tomcat" Book 20095687cf merge fx-team to mozilla-central a=merge 2016-02-24 12:04:15 +01:00
Carsten "Tomcat" Book 3d5797401d merge mozilla-inbound to mozilla-central a=merge 2016-02-24 12:01:56 +01:00
Kris Maglione 042bc9b036 Bug 1249055: Follow-up: Fix ESLint errors. r=me
MozReview-Commit-ID: IF7xGqr2HJ2

--HG--
extra : rebase_source : 4e9de005edd2354a05bb4479f00df944d50276c1
2016-02-23 18:46:56 -08:00
Phil Ringnalda 8c87e2d3d9 Back out 9466f6513f50 (bug 1213450) for timeouts in test_ext_i18n.html 2016-02-23 18:36:11 -08:00
Gregory Szorc ce58df9563 Bug 1250748 - Remove the 20s countdown timer from mach first run; r=chmanchester
Previously on first `mach` run on a system, we'd display a prompt with a
20s countdown timer after which the default state directory
(~/.mozbuild) was created. Users had to wait 20s or ctrl+c and
make the directory by hand. Either way, they'd have to re-invoke
mach to run whatever command they were trying to run.

This was annoying.

This commit makes the following changes:

1) The countdown timer is replaced with "press RETURN/ENTER to continue"
2) The requirement to re-invoke mach has been removed

On first run, people now see a message telling them to press
RETURN/ENTER. Then the directory is created and whatever mach command
they requested to run is run.

While I was here, I also changed the permissions on the newly created
directory to match what it was a few lines above. Without, we're relying
on umask, which may be permissive. UNIX convention is to use a more
restrictive umask insider user directories. So this feels like the right
behavior.

MozReview-Commit-ID: IodN13xAJ8P

--HG--
extra : rebase_source : 7da66e2f03aaf4e6807c54ac20854a4f41092f2a
2016-02-23 17:29:38 -08:00
Phil Ringnalda a5861fc16a Back out 6a24b31747be (bug 1232042) for crashes @RecvForcePresent
CLOSED TREE
2016-02-23 21:27:46 -08:00
Bas Schouten fd04611c7c Bug 1232042: Execute an additional present for D3D11 on the compositor thread when a WM_PAINT event has returned. r=jrmuizel 2016-02-24 03:50:09 +00:00
Wes Kocher c3e2aac340 Merge inbound to central, a=merge
--HG--
extra : commitid : Diy1mnutqUS
2016-02-23 16:56:58 -08:00
Carsten "Tomcat" Book 04e913704c Merge mozilla-central to mozilla-inbound 2016-02-23 16:56:04 +01:00
Carsten "Tomcat" Book 839ce412a8 merge fx-team to mozilla-central a=merge 2016-02-23 16:54:50 +01:00
Andrew McCreight 1e31685405 Bug 1250388 - Enable some tests in dom/html/test/ that work with e10s. rs=bz 2016-02-23 07:33:26 -08:00
Jon Coppeard 9118522149 Bug 1250226 - Only report compacting GC telemetry for compacting GCs r=terrence 2016-02-23 15:21:12 +00:00
Kartikaya Gupta f61cf00d34 Bug 1249915 - Write a test to ensure touch-driven tapping works. r=botond
MozReview-Commit-ID: HDwjus26fww
2016-02-23 10:17:46 -05:00
Kartikaya Gupta 24e950f9a8 Bug 1249915 - Fix missing MOZ_COUNT_CTOR and some misc cleanup. r=karlt
MozReview-Commit-ID: 3nB4awYSXCk
2016-02-23 10:17:46 -05:00
Kartikaya Gupta fdf87498df Bug 1249915 - Add ability to synthesize native touch events on GTK for mochitests. r=karlt
MozReview-Commit-ID: GurXjryrsle
2016-02-23 10:17:46 -05:00
Kartikaya Gupta 2548d417f5 Bug 1249915 - Add ability to synthesize native touch events on Fennec for mochitests. r=snorp
MozReview-Commit-ID: Dit8QhqJSYc
2016-02-23 10:17:46 -05:00
Kartikaya Gupta 59bc04e3b9 Bug 1249915 - Fix synthesized touch injection code on Windows to not apply the scale factor twice. r=jimm
MozReview-Commit-ID: DJnrA7WziRe
2016-02-23 10:17:46 -05:00
Steve Fink 9c0d6675e6 Backed out changeset 7cdb490d72b5 (bug 1250287) on a CLOSED TREE
--HG--
extra : amend_source : 3e34d80def764dd4201904aff314a9a2d63e5fc2
2016-02-22 22:42:40 -08:00
Dragana Damjanovic d3fd6043b0 Bug 1246956 - Add originURI to Sessionstore. r=bz,Yoric,mfinkle 2016-02-22 16:38:57 -08:00
Matthew Noorenberghe f24015ad32 Bug 1248849 - UITour: showInfoPromise: Add panel event listener before having content call showInfo. r=felipe
MozReview-Commit-ID: Cv5gkmfrTsI
2016-02-22 16:33:42 -08:00
Drew Willcoxon f83e5911a1 Back out 996485ab7306 (bug 1249332) for test bustage. 2016-02-22 16:27:44 -08:00
Drew Willcoxon 13b82bd15e Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00
Michael Comella 10c5c3706a Bug 1247557 - Close Cursors in AndroidImport. r=sebastian
MozReview-Commit-ID: KcKAXLxJr7l

--HG--
extra : rebase_source : 2aeba7616e1ac28776142026474389fa1f1a943e
2016-02-22 14:55:43 -08:00
Kris Maglione 791fe66adc Bug 1222087: Part 2 - Ignore NS_ERROR_NO_INTERFACE exceptions when pausing on exceptions. r=fitzgen
MozReview-Commit-ID: Ao5Xpth3Txh

--HG--
rename : devtools/server/tests/unit/test_pause_exceptions-02.js => devtools/server/tests/unit/test_ignore_no_interface_exceptions.js
extra : rebase_source : e70510fdd01c365ab52d4bae2d94bd4b57acad4f
2016-02-22 14:52:27 -08:00
Kris Maglione b95986457a Bug 1222087: Part 1 - Fix ignoring of exceptions in blackboxed code. r=fitzgen
MozReview-Commit-ID: vtu1ou4ueT

--HG--
extra : rebase_source : 1eac501da57d107e002c862884d8f16c73b1f960
2016-02-22 14:54:36 -08:00
Phil Ringnalda dd373cbd2b Back out 6d8c09f110ee (bug 1246028) for landing before it got its nits picked 2016-02-24 18:40:42 -08:00
Ryan VanderMeulen 6bf0eb3ad7 Backed out changeset e8a80985911b (bug 1239042) for frequent Windows intermittent browser_syncui.js failures. 2016-02-24 21:08:58 -05:00
Ryan VanderMeulen b92db8e975 Backed out 10 changesets (bug 1246677) for causing frequent OSX browser_rules_completion-existing-property_01.js failures (10.6 and 10.10).
Backed out changeset a6d3a7a5e4ea (bug 1246677)
Backed out changeset 5dcb51fcef15 (bug 1246677)
Backed out changeset e450c5329a06 (bug 1246677)
Backed out changeset a65e8badc4c4 (bug 1246677)
Backed out changeset 0cdde48161bb (bug 1246677)
Backed out changeset bab3de413d37 (bug 1246677)
Backed out changeset e4f6cc6197cb (bug 1246677)
Backed out changeset 34e6b56e419d (bug 1246677)
Backed out changeset 5067508e5db4 (bug 1246677)
Backed out changeset 913b4129466e (bug 1246677)
2016-02-24 21:04:31 -05:00
Shane Caraveo 76988cc96f Bug 1218977 fix panel corners on pocket panel, r=gijs 2016-02-24 16:03:53 -08:00
Drew Willcoxon 6d9d0e2ae2 Bug 1249332 - [e10s] Make browser_ContentSearch.js work under e10s. r=mak 2016-02-22 15:18:12 -08:00
Shane Caraveo b69f8d4a34 Bug 1245277 loop addon needs to respect prior set default prefs, not restartless, r=Standard8 2016-02-24 15:15:42 -08:00
Shane Caraveo 930333e06e Bug 1245277 pocket addon needs to respect prior set default prefs, r=Gijs 2016-02-24 15:14:30 -08:00
Masatoshi Kimura 16881de41a Bug 1250781 - Scroll "Default apps" into the default browser option. r=Gijs 2016-02-25 07:10:35 +09:00
Michael Kaply 459b5b8e45 Bug 1239949 - Add a pref for showing bookmarks toolbar and menubar; r=mixedpuppy
MozReview-Commit-ID: KqCSjlhWAOo

--HG--
extra : rebase_source : 5a25d574ea29b5f4949301ea8fcb20da8fc8cb59
2016-02-24 09:47:52 -06:00
J. Ryan Stinnett c781b0ab03 Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg
MozReview-Commit-ID: Eq5gEqyJhPZ
2016-02-22 16:47:30 -06:00
Mark Hammond c0a9f6c7bc Bug 1234205 - add an inverted version of the synced tabs button. r=Gijs 2016-02-23 09:43:35 +11:00
Mark Hammond 1b46fa3e81 Bug 1248765 - allow syncing of FxA password and don't delete it on unlink. r=rnewman 2016-02-23 09:41:59 +11:00
Gabriel Luong a958cd4655 Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans 2016-02-22 17:30:57 -05:00
Nick Fitzgerald 8b8554f2a5 Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell
This commit does the following:

- Rename "Group By: {Allocation => Call} Stack" in memory tool
- Rename "Label By: {Allocation => Call} Stack" in memory tool
- Get rid of "Internal Type" for labeling and grouping nodes
- Get rid of group by "Object Class" in memory tool
- Rename group/label by "Coarse Type" to plain "Type" in memory tool
2016-02-22 14:27:51 -08:00
Mark Hammond 65f31ac57d Bug 1247109 - apply -moz-crisp-edges style to favicons on hidpi in the Synced Tabs sidebar. r=Gijs 2016-02-23 08:49:59 +11:00