- 17 Mar, 2015 40 commits
-
-
csharp authored
TBR=dbeam@chromium.org BUG=467916 Review URL: https://codereview.chromium.org/1012073002 Cr-Commit-Position: refs/heads/master@{#320917}
-
awoloszyn authored
BUG=467673 Review URL: https://codereview.chromium.org/1007383004 Cr-Commit-Position: refs/heads/master@{#320916}
-
droger authored
The copy constructor was changed (in CL https://codereview.chromium.org/853503002/) to allow a WeakNSObject to be copied on a different thread. This CL is making the assignment operator behave consistently with the copy constructor: it is now allowed to assign a WeakNSObject on a different thread. In any case, dereferencing the WeakNSObject on another thread remains disallowed. BUG=394008 Review URL: https://codereview.chromium.org/1014813002 Cr-Commit-Position: refs/heads/master@{#320915}
-
peter authored
This follows the very same pattern as the read and write methods, but does so for deleting notifications instead. Note that the notification database still isn't hooked up to production code, but is covered by a broad series of unit tests. Design document: http://goo.gl/TciXVp BUG=447628 Review URL: https://codereview.chromium.org/1008003003 Cr-Commit-Position: refs/heads/master@{#320914}
-
mcasas authored
BUG=440843 Review URL: https://codereview.chromium.org/1015473003 Cr-Commit-Position: refs/heads/master@{#320913}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c31ed491..2a8ff45e Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1014543005 Cr-Commit-Position: refs/heads/master@{#320912}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d0a840d..493c1ce CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1012043002 Cr-Commit-Position: refs/heads/master@{#320911}
-
vkuzkokov authored
Extracted part 3 of https://codereview.chromium.org/190693002/ BUG=242405 Review URL: https://codereview.chromium.org/914183002 Cr-Commit-Position: refs/heads/master@{#320910}
-
reed authored
needs https://codereview.chromium.org/1013803002/ to land and roll into chrome. BUG= Review URL: https://codereview.chromium.org/1011683006 Cr-Commit-Position: refs/heads/master@{#320909}
-
rmcilroy authored
The RendererScheduler needs to be shutdown before the MessageLoop. Previously this was the case as blink was shutdown before the message loop, however now the message loop is shutdown first. This CL ensures that the renderer scheduler is shutdown just before the message loop. BUG=467369 Review URL: https://codereview.chromium.org/1014643002 Cr-Commit-Position: refs/heads/master@{#320908}
-
rogerta authored
BUG=405038 Review URL: https://codereview.chromium.org/956363002 Cr-Commit-Position: refs/heads/master@{#320907}
-
vasilii authored
BUG=461801 Review URL: https://codereview.chromium.org/1009953002 Cr-Commit-Position: refs/heads/master@{#320906}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/68ecb73..a537ab2 TBR=rtoy@chromium.org Review URL: https://codereview.chromium.org/1013153002 Cr-Commit-Position: refs/heads/master@{#320905}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#320904}
-
knn authored
BUG=466315 Review URL: https://codereview.chromium.org/1005763003 Cr-Commit-Position: refs/heads/master@{#320903}
-
nhiroki authored
BUG=452403 TEST=content_unittests --gtest_filter=ServiceWorkerDispatcherTest.* Review URL: https://codereview.chromium.org/1017453006 Cr-Commit-Position: refs/heads/master@{#320902}
-
timurrrr authored
BUG=467004 TBR=jonross@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1014573004 Cr-Commit-Position: refs/heads/master@{#320901}
-
samuong authored
The previous one wasn't available for Win32 builds. BUG= TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1015663002 Cr-Commit-Position: refs/heads/master@{#320900}
-
noyau authored
BUG=None Review URL: https://codereview.chromium.org/1004223002 Cr-Commit-Position: refs/heads/master@{#320899}
-
yoshiki authored
BUG=448263 TEST=none Review URL: https://codereview.chromium.org/1008003005 Cr-Commit-Position: refs/heads/master@{#320898}
-
bnc authored
Do not re-add alternate protocol from canonical host to origin in HttpServerPropertiesImpl::SetBrokenAlternateProtocol(), because brokenness is recorded independently of the alternate protocol mapping. I have overlooked this detail in https://crrev.com/997953003/diff/80001/net/http/http_server_properties_impl.cc. BUG=392576 Review URL: https://codereview.chromium.org/1011873002 Cr-Commit-Position: refs/heads/master@{#320897}
-
kcarattini authored
BUG= Review URL: https://codereview.chromium.org/1011963002 Cr-Commit-Position: refs/heads/master@{#320896}
-
rickyz authored
The return statement should never be reached due to the LOG(FATAL), but some compilers seem to think that it is possible to reach the end of this function. TBR=jln@chromium.org Review URL: https://codereview.chromium.org/1017623003 Cr-Commit-Position: refs/heads/master@{#320895}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f7fd532..68ecb73 TBR=rtoy@chromium.org Review URL: https://codereview.chromium.org/1013853007 Cr-Commit-Position: refs/heads/master@{#320894}
-
jkarlin authored
step, find out how often opens and creation fail. Also refactored casing of an enum. BUG=461654 Review URL: https://codereview.chromium.org/985053002 Cr-Commit-Position: refs/heads/master@{#320893}
-
wuchengli authored
BUG=462467 TEST=Run VDA test. Review URL: https://codereview.chromium.org/996213006 Cr-Commit-Position: refs/heads/master@{#320892}
-
sdefresne authored
iOS does not use //components/feedback to report feedback so remove the unused dependencies. BUG=None Review URL: https://codereview.chromium.org/1009943004 Cr-Commit-Position: refs/heads/master@{#320891}
-
timurrrr authored
Revert of Revert of Disable a test that fails under ASan and MSan (patchset #1 id:1 of https://codereview.chromium.org/1018443002/) Reason for revert: The underlying issue is still not fixed, re-enabling the test causes bots to turn red. Please wait for the underlying issue to be resolved before re-enabling. Original issue's description: > Revert of Disable a test that fails under ASan and MSan (patchset #1 id:1 of https://codereview.chromium.org/1007293002/) > > Reason for revert: > This test is a victim of a bigger issue of main renderer message loop being used after it is deleted. Details are in crbug.com/467369. > > I've also run the test with ASAN locally and didn't reproduce after a few runs. > > Original issue's description: > > Disable a test that fails under ASan and MSan > > > > It can be flaky in other configurations as well > > > > BUG=467483 > > TBR=nasko > > > > Committed: https://crrev.com/992ff715f61e90562983139ac31392b72e716822 > > Cr-Commit-Position: refs/heads/master@{#320713} > > TBR=timurrrr@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=467483 > > Committed: https://crrev.com/216981c97018a8b8dea097cbde58889bf4e68c1a > Cr-Commit-Position: refs/heads/master@{#320755} TBR=nasko@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=467483 Review URL: https://codereview.chromium.org/1011083002 Cr-Commit-Position: refs/heads/master@{#320890}
-
vabr authored
On a fresh install of Ubuntu Trusty + Cinnamon, install-build-deps.sh failed, because: * it was looking for libgl1-mesa-dev * Cinnamon forced libgl1-mesa-dev-lts-utopic to be installed * there cannot be two versions of libgl1-mesa-dev* installed This CL adds libgl1-mesa-dev and mesa-common-dev to the group of packages, for which the correct "mesa_variant" suffix is guessed. It also adds "-lts-utopic" to the list of explored suffixes. BUG=466787 Review URL: https://codereview.chromium.org/1003853003 Cr-Commit-Position: refs/heads/master@{#320889}
-
sergeyv authored
BUG=467072 Review URL: https://codereview.chromium.org/1007313002 Cr-Commit-Position: refs/heads/master@{#320888}
-
engedy authored
This CL also changes ownership of the TickClock object used by the AffiliationFetchThrottler, so that it is now owned by the AffiliationBackend. Furthermore, this CL makes the AffiliationBackend no longer rely on using ThreadTaskRunnerHandle to schedule asynchronous operations, but instead take a SingleThreadTaskRunner to use in its constructor. This allows delayed tasks (which are now present) to be posted to the correct task runner in tests too (namely, in AffiliationServiceTests). BUG=437865 Review URL: https://codereview.chromium.org/1008373003 Cr-Commit-Position: refs/heads/master@{#320887}
-
droger authored
This is a straight upstreaming of code that is currently used on iOS. Review URL: https://codereview.chromium.org/1007813002 Cr-Commit-Position: refs/heads/master@{#320886}
-
nhiroki authored
This CL introduces ServiceWorkerMessageSender that is a thin wrapper of ThreadSafeSender so that unittests can inject a mock sender, and adds some unittests related to reference counting using the mock. BUG=452403 TEST=content_unittests --gtest_filter=ServiceWorkerDispatcherTest.* Review URL: https://codereview.chromium.org/1011643002 Cr-Commit-Position: refs/heads/master@{#320885}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2fbbb1a..f7fd532 TBR=mkwst@chromium.org,rtoy@chromium.org Review URL: https://codereview.chromium.org/1015553004 Cr-Commit-Position: refs/heads/master@{#320884}
-
henrika authored
These tests will be enabled again once the AppRTC app is working again which we expect will happen rather soon. TBR=phoglund BUG=467471 Review URL: https://codereview.chromium.org/1016693002 Cr-Commit-Position: refs/heads/master@{#320883}
-
yoshiki authored
To pass the code with the closure compiler, this patch reformats the code, adds the annotation, and fixes some of the minor bugs. R=fukino@chromium.org BUG=448263 TEST=browsertest passes Review URL: https://codereview.chromium.org/1015463006 Cr-Commit-Position: refs/heads/master@{#320882}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#320881}
-
ginkage authored
BUG=464051 Review URL: https://codereview.chromium.org/1009453003 Cr-Commit-Position: refs/heads/master@{#320880}
-
tengs authored
BUG=chromium:442831 Review URL: https://codereview.chromium.org/1017563003 Cr-Commit-Position: refs/heads/master@{#320879}
-
rickyz authored
Also adds SetCapabilities and HasCapability functions for more fine-grained control over capabilities. BUG= Review URL: https://codereview.chromium.org/997463002 Cr-Commit-Position: refs/heads/master@{#320878}
-