- 28 Jan, 2015 40 commits
-
-
primiano authored
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/877323002 Cr-Commit-Position: refs/heads/master@{#313490}
-
ssid authored
This is just a mechanical rename of tracing includes. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/868753004 Cr-Commit-Position: refs/heads/master@{#313489}
-
bartfab authored
Device policy pushing requires a connected invalidation service which belongs to an account that is affiliated with the device's enrollment domain. If an affiliated user is logged in and has a connected per-profile invalidation service, that service is used. Otherwise, a device-global invalidation service is spun up. This CL extracts the mechanism from DeviceCloudPolicyInvalidator and generalizes it so that it can be used by any number of consumers. This will allow the same invalidation service to be resued by e.g. device policy pushing, device-local account policy pushing and device remote commands. The CL adds a new AffiliatedInvalidationServiceProvider with tests but does not switch the DeviceCloudPolicyInvalidator to this new infrastructure yet. That will be done in a follow-up CL. BUG=442800 TEST=New unit tests Review URL: https://codereview.chromium.org/828953004 Cr-Commit-Position: refs/heads/master@{#313488}
-
alexclarke authored
Fixs several release blocking regressions in the behaviour of the startup page list. Lamentably there are no tests for this code and adding new ones looks tricky (we'd either need to fix crbug.com/419370) or refactor the classes to be testable. BUG=452370,452407 Review URL: https://codereview.chromium.org/879953002 Cr-Commit-Position: refs/heads/master@{#313487}
-
keishi authored
BUG=346582 Review URL: https://codereview.chromium.org/874363002 Cr-Commit-Position: refs/heads/master@{#313486}
-
sdefresne authored
Pass to InMemoryURLIndex a pointer to the owning HistoryService and remove the reference to Profile that is no longer necessary. Fix the unit tests to no longer pass the Profile, and to call the Shutdown method before destroying the object so that it properly remove itself from the HistoryService observer list. BUG=370850 Review URL: https://codereview.chromium.org/879763002 Cr-Commit-Position: refs/heads/master@{#313485}
-
primiano authored
This is a follow up to crrev.com/866893002 which fixed the tracing includes without updating the generator. This CL involves mostly mechanical changes to trace include headers. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/885443005 Cr-Commit-Position: refs/heads/master@{#313484}
-
bauerb authored
The additional callbacks caused the SupervisedUserUrlFilter to update its filter unnecessarily, which in turn flakily quit the observer run loop too early. This CL fixes the flakiness by using the main thread message loop for the SupervisedUserUrlFilter (removing non-determinism), spreading out the synchronization points for site list updates and URL filter updates, and adding additional sanity checks about observed changes. BUG=452071 Review URL: https://codereview.chromium.org/875423002 Cr-Commit-Position: refs/heads/master@{#313483}
-
sdefresne authored
BUG=None Review URL: https://codereview.chromium.org/882023004 Cr-Commit-Position: refs/heads/master@{#313482}
-
dconnelly authored
Revert of PlzNavigate: Add a browser test for basic navigations (patchset #6 id:100001 of https://codereview.chromium.org/715203004/) Reason for revert: Broke the build: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20GN/builds/7409 http://build.chromium.org/p/chromium.webkit/builders/Linux%20GN/builds/18976 http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/73255 Original issue's description: > PlzNavigate: Add a browser test for basic navigations > > This CL adds a browsertest that checks that basic browser initiated navigations > work with browser side navigations enabled. > > BUG=376014,376006,376091 > > Committed: https://crrev.com/cd857adbb07fb2e889fa24282648e1f64ede2c95 > Cr-Commit-Position: refs/heads/master@{#313480} TBR=carlosk@chromium.org,nasko@chromium.org,clamy@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=376014,376006,376091 Review URL: https://codereview.chromium.org/884683002 Cr-Commit-Position: refs/heads/master@{#313481}
-
clamy authored
This CL adds a browsertest that checks that basic browser initiated navigations work with browser side navigations enabled. BUG=376014,376006,376091 Review URL: https://codereview.chromium.org/715203004 Cr-Commit-Position: refs/heads/master@{#313480}
-
nkostylev authored
BUG=None TEST=user_manager GN ninja build (debug|official; is_component_build=yes|no) TBR=oshima Review URL: https://codereview.chromium.org/880203003 Cr-Commit-Position: refs/heads/master@{#313479}
-
pneubeck authored
BUG=450167 Review URL: https://codereview.chromium.org/847163002 Cr-Commit-Position: refs/heads/master@{#313478}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e57f7c1..f55332d TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/882033002 Cr-Commit-Position: refs/heads/master@{#313477}
-
Paweł Hajdan, Jr authored
- expose RunUnitTestsSerially and RunUnitTestsBatch - hide private static ProcessTestResults in anonymous namespace This will be used to implement ios-specific unit test relaunch logic. Exposing the helpers makes it possible to re-use them in ios code. BUG=426870 R=sky@chromium.org Review URL: https://codereview.chromium.org/879883002 Cr-Commit-Position: refs/heads/master@{#313476}
-
kjellander authored
This reverts the removal of the kUseGpuInTests flags done in https://crrev.com/cf04d9696a7f1f321294bc0970037ddb23c1204d since it seems this affected performance results. It also adds it to the new chrome/browser/media/chrome_webrtc_simulcast_browsertest.cc test. BUG=452654,452655 Review URL: https://codereview.chromium.org/879223002 Cr-Commit-Position: refs/heads/master@{#313475}
-
fukino authored
Main changes are: - Layout change. - Selected tree item's color is not inverted now. - Use core-icon's preset icons for for subfolders. - Add touch feedback. BUG=402344 TEST=run browser_tests Review URL: https://codereview.chromium.org/884653002 Cr-Commit-Position: refs/heads/master@{#313474}
-
lionel.g.landwerlin authored
With the display configuration now asynchronous, we can't immediately read the display size. We need to wait until the hardware is probed. Also the VSyncProvider cannot trigger the given callback until the PlatformWindow is properly setup with the display. We need to wait for it the actually be resized. BUG=447798 TEST=run video_decode_accelerator_unittest on freon Review URL: https://codereview.chromium.org/835653005 Cr-Commit-Position: refs/heads/master@{#313473}
-
sammc authored
BUG=452799 Review URL: https://codereview.chromium.org/885563002 Cr-Commit-Position: refs/heads/master@{#313472}
-
yutak authored
Previously, this unit test was consistently failing because DOM wrappers were retained at the time of detecting Document leaks. This patch adds a call to V8's gc() before the leak check to make sure the DOM wrappers are freed. BUG=422244 R=kouhei@chromium.org Review URL: https://codereview.chromium.org/882913002 Cr-Commit-Position: refs/heads/master@{#313471}
-
nhiroki authored
Registration info and its version attributes owned by SWProviderContext can be accessed from both the main thread and the worker thread, so they are protected by a lock operation. However, getter functions for those info and attributes are separated and returned values could be in an invalid state due to interleaved operations. This CL merges getter functions (registration() and GetVersionAttributes()) into GetRegistrationInfoAndVersionAttributes() and avoids such an unexpected state. BUG=437677 TEST=should pass all existing tests Review URL: https://codereview.chromium.org/885443006 Cr-Commit-Position: refs/heads/master@{#313470}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cb45ad8..e57f7c1 TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/870263003 Cr-Commit-Position: refs/heads/master@{#313469}
-
jitendra.ks authored
TopSites was created and owned by profile. This patch creates a TopSitesServicefactory which is keyedService. So now instead of calling GetTopSites() from profile, can get the TopSites from TopSitesFactory. BUG=435501 Review URL: https://codereview.chromium.org/815983002 Cr-Commit-Position: refs/heads/master@{#313468}
-
plundblad authored
The test was disabled because it was flaky. This CL tries to address that and reenables the test. BUG=346797 R=dtseng@chromium.org Review URL: https://codereview.chromium.org/866713002 Cr-Commit-Position: refs/heads/master@{#313467}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/879203003 Cr-Commit-Position: refs/heads/master@{#313466}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c042635..cb45ad8 TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/885573003 Cr-Commit-Position: refs/heads/master@{#313465}
-
spang authored
This is part of a series moving IO on evdev devices to a fast thread, since UI thread is too slow for the cursor. EventModifiersEvdev is a UI thread object, so move all remaining ui::Event construction outside of the device-specific objects. Devices no longer get a EventModifiersEvdev* since they will execute on a different thread. This completes the series moving ui::Event construction out of device objects and into EventFactoryEvdev. BUG=449710 TEST=boot link_freon & click mouse Review URL: https://codereview.chromium.org/867803004 Cr-Commit-Position: refs/heads/master@{#313464}
-
xhwang authored
On some platforms, we run part of the media pipeline in the browser process. For example, on ChromeCast and on Android, audio/video buffers are decoded in the browser process. Currently, there are some ad-hoc IPC mechanism implemented for these platforms to support hosting the decoders in the browser process. This CL aims at providing a common mojo based path to support this scenario. This CL makes it possible to host a mojo::MeidaRenderer service in the browser process. By default, it's using media::RendererImpl and some default audio/video decoders. In later CLs, I'll update this so that we can support embedder specific media::Renderer implementation in MojoRendererService. Note that media playback is NOT working yet due to DataPipe is not working out-of-process. Test steps: 1, Change "enable_media_mojo_renderer" to true in media/media_options.gni. 2, Build a GN build of Chrome. 3, Play <video> in Chrome. BUG=431776 TEST=See above test steps. Review URL: https://codereview.chromium.org/712463004 Cr-Commit-Position: refs/heads/master@{#313463}
-
alexandrec authored
Move the polymer.html into the individual custom elements (such as viewer-progress-bar) from index.html and index-material.html. Review URL: https://codereview.chromium.org/869013002 Cr-Commit-Position: refs/heads/master@{#313462}
-
kolczyk authored
Before this patch, information about renderer that crashed at startup (i.e. failed to start) was not forwarded to WebContents, etc... BUG=452812 Review URL: https://codereview.chromium.org/879533006 Cr-Commit-Position: refs/heads/master@{#313461}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#313460}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/334b845..c042635 TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/880203002 Cr-Commit-Position: refs/heads/master@{#313459}
-
amistry authored
Some audio input devices don't generate caputure data in a continuous basis, and instead only generate when some event happens. This may be an indefinite amount of time. However, |AudioSink::OnSetFormat| is only called whenever new samples come in. For pepper plugins, this means that |MediaStreamAudioTrack::Configure| can be blocked indefintely on these devices. To work around this, get the format before attaching to the audio track. BUG=403138 Review URL: https://codereview.chromium.org/857093002 Cr-Commit-Position: refs/heads/master@{#313458}
-
samuong authored
BUG= Review URL: https://codereview.chromium.org/874393003 Cr-Commit-Position: refs/heads/master@{#313457}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7fa6ed7e..334b845 TBR=timloh@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/880193002 Cr-Commit-Position: refs/heads/master@{#313456}
-
kenobi authored
searchFilesByHashes computeChecksum BUG=None Review URL: https://codereview.chromium.org/883993003 Cr-Commit-Position: refs/heads/master@{#313455}
-
fsamuel authored
BUG=none Review URL: https://codereview.chromium.org/880123002 Cr-Commit-Position: refs/heads/master@{#313454}
-
samueltan authored
Add metric to log whether or not wake on WiFi is disabled in the duration of a single suspend because of excessive dark resume wakes. BUG=chrome-os-partner:35518 TEST=None. Review URL: https://codereview.chromium.org/876373002 Cr-Commit-Position: refs/heads/master@{#313453}
-
Nico Weber authored
Swarming uses the command baked into the isolate (via test_env.py) for running test instead of using the runtest.py script. Hence, test_env.py needs to learn everything runtest.py already knows -- for example, that tests can't run with the sandbox in asan/win yet. BUG=451741,382867 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/882913004 Cr-Commit-Position: refs/heads/master@{#313452}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/25b7611..8b0a05a CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/884623002 Cr-Commit-Position: refs/heads/master@{#313451}
-