Commit Graph

616834 Commits

Author SHA1 Message Date
Rob Wood
e1c323b919 Bug 1460742 - Add raptor 'tp6' for google chrome; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D7524

--HG--
extra : moz-landing-system : lando
2018-10-02 22:15:15 +00:00
Ting-Yu Lin
696f404c23 Bug 1495875 - Fix width of black <img> in multicol-span-none-001-ref.xht. r=dbaron
<h4>'s in the test file (multicol-span-none-001-ref.xht) should not be
clipped according to the spec [1]. Fix the width of the reference black
<img>.

260 = 20 (a chararcter's width) * 13

[1] https://drafts.csswg.org/css-multicol-1/#overflow

Differential Revision: https://phabricator.services.mozilla.com/D7539

--HG--
extra : moz-landing-system : lando
2018-10-02 23:35:20 +00:00
Drew Willcoxon
a9f52240ca Bug 1489834 - Fix the Send Tab to Device page action title and tooltip r=jaws
Bug 1470555 moved the title from a dtd to a properties file, so we can and should now set the action's title directly when the action is created in PageActions.jsm.  But it's a PluralForm string, so we need to jump through that hoop.

Differential Revision: https://phabricator.services.mozilla.com/D5721

--HG--
extra : moz-landing-system : lando
2018-10-02 14:25:37 +00:00
Drew Willcoxon
b4f9e3b617 Bug 1495127 - Screenshot's page action should set the new pinned manifest option to false so that it doesn't appear in the urlbar by default r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D7366

--HG--
extra : moz-landing-system : lando
2018-10-02 21:57:40 +00:00
Vincent Cote
2b31908375 Bug 1495890 - Remove unused stringbundle from config.xul r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D7542

--HG--
extra : moz-landing-system : lando
2018-10-02 22:10:07 +00:00
Haik Aftandilian
70da961450 Bug 1431441 - Part 5 - Parameterize access to the windowserver in the Mac content sandbox policy r=Alex_Gaynor
Only allow access to "com.apple.windowserver.active" when the pref
"security.sandbox.content.mac.disconnect-windowserver" is set to true.

Depends on D6721

Differential Revision: https://phabricator.services.mozilla.com/D7357

--HG--
extra : moz-landing-system : lando
2018-10-02 19:43:06 +00:00
Haik Aftandilian
7977abcd65 Bug 1431441 - Part 4 - ASSERT the sandbox is already enabled r=Alex_Gaynor
When early initialization of the sandbox is enabled, assert that the sandbox has already been enabled in ContentProcess::Init().

Depends on D6720

Differential Revision: https://phabricator.services.mozilla.com/D6721

--HG--
extra : moz-landing-system : lando
2018-10-02 19:41:30 +00:00
Haik Aftandilian
ef9150c083 Bug 1431441 - Part 3 - Start the Mac content sandbox earlier r=Alex_Gaynor
Pass sandbox parameters to content processes on the command
line allowing for early sandbox startup. Limited to Nightly
until confirmed to be stable and ready to ride the trains.

Enable early sandbox startup by default on Nightly and use
pref "security.sandbox.content.mac.earlyinit" to disable
early startup for debugging purposes.

Once early startup is stable, the original sandbox startup
code can be removed.

Depends on D6719

Differential Revision: https://phabricator.services.mozilla.com/D6720

--HG--
extra : moz-landing-system : lando
2018-10-02 20:29:46 +00:00
Haik Aftandilian
a99a3fe58d Bug 1431441 - Part 2 - Remove rules for APP_BINARY_PATH and APP_DIR Mac sandbox parameters r=Alex_Gaynor
Simplify the content sandbox policy by removing APP_BINARY_PATH and APP_DIR Mac sandbox parameters and their associated rules in the policy. Keep APP_PATH which is a parent directory of APP_BINARY_PATH and APP_DIR.

Depends on D6717

Differential Revision: https://phabricator.services.mozilla.com/D6719

--HG--
extra : moz-landing-system : lando
2018-10-02 19:40:46 +00:00
Haik Aftandilian
8599c79044 Bug 1431441 - Part 1 - Move GetAppPaths and GetDirectoryPath to nsMacUtilsImpl as static methods r=Alex_Gaynor
Differential Revision: https://phabricator.services.mozilla.com/D6717

--HG--
extra : moz-landing-system : lando
2018-10-02 19:40:28 +00:00
Daniel Varga
2e77181988 Merge mozilla-central to autoland. a=merge on a CLOSED TREE
--HG--
extra : rebase_source : 62429b85fcd6af71ca898dc36c3f0f4a2c4ee5ae
2018-10-03 00:49:53 +03:00
Dorel Luca
0b543eb157 Backed out changeset 3a465e6eae7d for Docker image failure. CLOSED TREE
--HG--
extra : amend_source : b4dc5cc9327e41fe822126a4751cdfbe80760133
2018-10-03 00:59:39 +03:00
Daniel Varga
a11c128b90 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-03 00:47:40 +03:00
Tom Prince
fb9b7253d5 No bug: [taskgraph] Download debian packages from latest run of package task; r=dustin
If a packaging task ended up being retried for any reason, the downstream
docker tasks that depended on them would fail, since they were hard-coding the
artifacts from the initial run.

Differential Revision: https://phabricator.services.mozilla.com/D7364

--HG--
extra : moz-landing-system : lando
2018-10-02 21:38:23 +00:00
Tom Prince
95ffe2ba3e Bug 1494415: [taskgraph] Remove ignored default from graph config; r=dustin
We don't apply schema defaults, since when `taskgraph.fast`, we skip validation --
which if we were using the result of applying defaults would mean that
behavior changes when we skip validation.

Differential Revision: https://phabricator.services.mozilla.com/D7381

--HG--
extra : moz-landing-system : lando
2018-10-02 21:17:07 +00:00
Kearwood Gilbert
7a3eb1a6a2 Bug 1494556 - Remove VRListenerThread r=daoshengmu
We are refactoring much of the code in gfx/vr, moving
most of the code that runs in the VRListenerThread into
it's own process.  The remaining code will be non-blocking
once this refactoring is complete.

In order to resolve some shutdown crashes, it is simpler
to remove the VRListenerThread and the related code
starting and stopping this thread.  If this is done
prior to completion of the refactoring for Bug 1473399
(Enable VRService thread by default), there would be a
regression in responsiveness during detection of VR
hardware due to blocking API calls moving off the thread.

Differential Revision: https://phabricator.services.mozilla.com/D7227

--HG--
extra : moz-landing-system : lando
2018-10-02 21:17:05 +00:00
Dorel Luca
dcea35a098 Backed out changeset 2de25096cdd5 (bug 1493449) for mochitest failure 2018-10-02 23:50:59 +03:00
Dão Gottwald
a777b5e2e4 Bug 1491245 - Introduce UrlbarValueFormatter and use it in both UrlbarInput and urlbarBindings.xml. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D7492

--HG--
rename : browser/base/content/urlbarBindings.xml => browser/components/urlbar/UrlbarValueFormatter.jsm
extra : moz-landing-system : lando
2018-10-02 19:27:42 +00:00
Timothy Guan-tin Chien
7657bebf17 Bug 1486278 - Workaround Bug 1495350 in video controls r=Gijs,birtles
For compositor animations, we don't guarantee the finished promise callback
to run in the first frame after the animation finishes. By setting
fill: both, we set the animation to fill until the main thread has a chance
to catch up.

A filling animation has to be cancelled explicitly, otherwise the
value of the animating style will be locked at the last frame of the animation.

Differential Revision: https://phabricator.services.mozilla.com/D7317

--HG--
extra : moz-landing-system : lando
2018-10-02 19:11:31 +00:00
Mike Conley
c941c4c08f Bug 1492482 - Stop sending CPOWs with WebProgressChild messages. r=Felipe
Depends on D6972

Differential Revision: https://phabricator.services.mozilla.com/D6973

--HG--
extra : moz-landing-system : lando
2018-10-02 18:38:39 +00:00
Mike Conley
9b0b5947ec Bug 1492482 - Remove CPOW usage from browser_saveImageURL.js. r=baku
This also "fixes" what appears to be some broken checks by switching
them to todo()'s. I filed bug 1492885 to investigate these busted
checks, and re-enable them.

Depends on D6970

Differential Revision: https://phabricator.services.mozilla.com/D6971

--HG--
extra : moz-landing-system : lando
2018-10-02 18:38:48 +00:00
Jason Laster
a70a9b57c5 Bug 1495727 - Update Debugger Frontend v92. r=dwalsh 2018-10-02 14:36:00 -04:00
Mike Conley
49f0fb11c5 Bug 1492482 - Remove CPOW usage from browser_datetime_picker.js. r=Felipe
Depends on D6969

Differential Revision: https://phabricator.services.mozilla.com/D6970

--HG--
extra : moz-landing-system : lando
2018-10-02 18:02:59 +00:00
Mike Conley
1dd8dcf03b Bug 1492482 - Remove CPOW usage from browser_readerMode_with_anchor.js. r=Gijs
Depends on D6968

Differential Revision: https://phabricator.services.mozilla.com/D6969

--HG--
extra : moz-landing-system : lando
2018-10-02 18:02:31 +00:00
Marco Castelluccio
44dac75b68 Bug 1493812 - Update clang version used for the grcov Mac build. r=me
Pushing on a CLOSED TREE because this is fixing the grcov Mac toolchain task.

--HG--
extra : histedit_source : be97081d5eec36dea7d25680c2590282ebf8dab2
2018-10-02 20:02:25 +02:00
Mike Conley
081ae03e2b Bug 1492482 - Remove CPOW usage from browser_aboutnewtab_process_selection.js. r=Felipe
Depends on D6967

Differential Revision: https://phabricator.services.mozilla.com/D6968

--HG--
extra : moz-landing-system : lando
2018-10-02 18:02:11 +00:00
Mike Conley
5de8450ded Bug 1492482 - Remove CPOWs from devtools/client/debugger/test/mochitest/head.js. r=jdescottes
Depends on D6963

Differential Revision: https://phabricator.services.mozilla.com/D6967

--HG--
extra : moz-landing-system : lando
2018-10-02 18:01:38 +00:00
Mike Conley
7f8839ce1e Bug 1492482 - Remove CPOW usage from browser_dbg_event-listeners-02.js. r=jdescottes
Depends on D6961

Differential Revision: https://phabricator.services.mozilla.com/D6963

--HG--
extra : moz-landing-system : lando
2018-10-02 18:00:44 +00:00
Mike Conley
d343a9084f Bug 1492482 - Remove CPOW usage from browser_dbg_event-listeners-01.js. r=jdescottes
Depends on D6960

Differential Revision: https://phabricator.services.mozilla.com/D6961

--HG--
extra : moz-landing-system : lando
2018-10-02 18:00:19 +00:00
Mike Conley
29ede67059 Bug 1492482 - Remove CPOW usage from browser_onboarding_tourset.js. r=ursula
Depends on D6959

Differential Revision: https://phabricator.services.mozilla.com/D6960

--HG--
extra : moz-landing-system : lando
2018-10-02 17:59:42 +00:00
Mike Conley
a61f495eb3 Bug 1492482 - Remove CPOW usage from browser_onboarding_skip_tour.js. r=ursula
Depends on D6958

Differential Revision: https://phabricator.services.mozilla.com/D6959

--HG--
extra : moz-landing-system : lando
2018-10-02 17:59:32 +00:00
Mike Conley
4e72ac1533 Bug 1492482 - Remove CPOW usage from browser_1119088.js. r=mstange
Depends on D6957

Differential Revision: https://phabricator.services.mozilla.com/D6958

--HG--
extra : moz-landing-system : lando
2018-10-02 17:59:23 +00:00
Mike Conley
35fa9cea9f Bug 1492482 - Remove browser_abouthome_behavior.js test. r=mkaply
This test appears to have been disabled since 2014, and about:home has changed
a whole bunch since then. I also believe that searching from the new about:home
is being tested elsewhere.

Depends on D6956

Differential Revision: https://phabricator.services.mozilla.com/D6957

--HG--
extra : moz-landing-system : lando
2018-10-02 17:59:19 +00:00
Mike Conley
52ccc0b8a0 Bug 1492482 - Remove CPOW usage from browser_aboutSearchReset.js. r=nhnt11
Depends on D6955

Differential Revision: https://phabricator.services.mozilla.com/D6956

--HG--
extra : moz-landing-system : lando
2018-10-02 17:57:48 +00:00
Mike Conley
5780588d09 Bug 1492482 - Remove CPOW usage from browser_usercontext.js. r=Felipe
Depends on D6954

Differential Revision: https://phabricator.services.mozilla.com/D6955

--HG--
extra : moz-landing-system : lando
2018-10-02 17:57:20 +00:00
Mike Conley
4c4d1d51b4 Bug 1492482 - Remove CPOW usage from browser_urlbarKeepStateAcrossTabSwitches.js. r=Gijs
Depends on D6953

Differential Revision: https://phabricator.services.mozilla.com/D6954

--HG--
extra : moz-landing-system : lando
2018-10-02 17:56:57 +00:00
Mike Conley
11645f29ef Bug 1492482 - Remove CPOW usage from browser_urlbarHashChangeProxyState.js r=Gijs
Depends on D6952

Differential Revision: https://phabricator.services.mozilla.com/D6953

--HG--
extra : moz-landing-system : lando
2018-10-02 17:56:29 +00:00
Mike Conley
8d074a7627 Bug 1492482 - Remove CPOW usage from browser_Bug 1492482.js r=johannh
Depends on D6950

Differential Revision: https://phabricator.services.mozilla.com/D6952

--HG--
extra : moz-landing-system : lando
2018-10-02 17:56:03 +00:00
Mike Conley
2995b63470 Bug 1492482 - Remove CPOW usage from browser_pageinfo_image_info.js r=florian
Depends on D6949

Differential Revision: https://phabricator.services.mozilla.com/D6950

--HG--
extra : moz-landing-system : lando
2018-10-02 17:55:32 +00:00
Mike Conley
8559b263d0 Bug 1492482 - Remove CPOW usage from browser_tab_dragdrop2.js. r=Gijs
Depends on D6947

Differential Revision: https://phabricator.services.mozilla.com/D6949

--HG--
extra : moz-landing-system : lando
2018-10-02 17:55:07 +00:00
Mike Conley
0972057135 Bug 1492482 - Remove CPOW usage from browser_keywordSearch_postData.js r=mkaply
Depends on D6718

Differential Revision: https://phabricator.services.mozilla.com/D6947

--HG--
extra : moz-landing-system : lando
2018-10-02 17:54:39 +00:00
Mike Conley
e965c5db94 Bug 1492950 - Get rid of getBrowserForDocument, getBrowserForContentWindow and _getTabForContentWindow. r=NeilDeakin
Depends on D6716

Differential Revision: https://phabricator.services.mozilla.com/D6718

--HG--
extra : moz-landing-system : lando
2018-10-02 17:54:15 +00:00
Mike Conley
df8929c37c Bug 1492950 - Get tabbrowser.js and browser.js off of _getTabForContentWindow. r=NeilDeakin
Depends on D6715

Differential Revision: https://phabricator.services.mozilla.com/D6716

--HG--
extra : moz-landing-system : lando
2018-10-02 17:53:47 +00:00
Mike Conley
35981d799a Bug 1492950 - Don't allow CPOW windows to be passed to SimpleTest.waitForFocus. r=NeilDeakin
Depends on D6714

Differential Revision: https://phabricator.services.mozilla.com/D6715

--HG--
extra : moz-landing-system : lando
2018-10-02 17:53:12 +00:00
Mike Conley
1b527cf1fc Bug 1492950 - Get browser.js off of getBrowserForContentWindow. r=Gijs
Depends on D6713

Differential Revision: https://phabricator.services.mozilla.com/D6714

--HG--
extra : moz-landing-system : lando
2018-10-02 17:53:01 +00:00
Mike Conley
afd250e0d3 Bug 1492950 - Get browser-fullScreenAndPointerLock.js off of getBrowserForContentWindow. r=jaws
Depends on D6712

Differential Revision: https://phabricator.services.mozilla.com/D6713

--HG--
extra : moz-landing-system : lando
2018-10-02 17:52:56 +00:00
Mike Conley
adf587dde0 Bug 1492950 - Get login prompter off of getBrowserForContentWindow. r=MattN
Depends on D6711

Differential Revision: https://phabricator.services.mozilla.com/D6712

--HG--
extra : moz-landing-system : lando
2018-10-02 17:52:54 +00:00
Mike Conley
441aadf5f8 Bug 1492950 - Get browser-fullZoom.js and ZoomUI.jsm off of getBrowserForDocument. r=florian
Depends on D6710

Differential Revision: https://phabricator.services.mozilla.com/D6711

--HG--
extra : moz-landing-system : lando
2018-10-02 17:51:11 +00:00
Mike Conley
0d561ff26a Bug 1492950 - Get rid of getTabModalPromptBox in browser.js. r=Gijs,MattN
Depends on D6709

Differential Revision: https://phabricator.services.mozilla.com/D6710

--HG--
extra : moz-landing-system : lando
2018-10-02 17:50:42 +00:00
Mike Conley
7fc357cb04 Bug 1492950 - Move ZoomManager reset for crashed tabs into ContentCrashHandlers.jsm. r=Felipe
Depends on D6706

Differential Revision: https://phabricator.services.mozilla.com/D6709

--HG--
extra : moz-landing-system : lando
2018-10-02 17:50:09 +00:00