- 09 Sep, 2014 28 commits
-
-
raymes authored
BUG=351636 Review URL: https://codereview.chromium.org/524353002 Cr-Commit-Position: refs/heads/master@{#293844}
-
torne authored
Clean up the gyp/gn files by removing support for linking to the android system expat. We don't intend to support this in future and the android_src variable it depends on will be removed soon. BUG=409851 Review URL: https://codereview.chromium.org/550113003 Cr-Commit-Position: refs/heads/master@{#293843}
-
jbauman authored
This should make it easier to debug when there's an issue. BUG= Review URL: https://codereview.chromium.org/554783002 Cr-Commit-Position: refs/heads/master@{#293842}
-
fukino authored
BUG=410215 TEST=manually tested. Review URL: https://codereview.chromium.org/546343002 Cr-Commit-Position: refs/heads/master@{#293841}
-
sbc authored
This change contains only renames. It allows us to distingish between socket syscalls and others syscall overrides, which helps us to identify overrides that we should be aiming to eliminate. Review URL: https://codereview.chromium.org/556533002 Cr-Commit-Position: refs/heads/master@{#293840}
-
hubbe authored
As far as I know, all outstanding issues have been resolved in separate CLs. Time to re-re-enable the test. BUG=356842 Review URL: https://codereview.chromium.org/551153002 Cr-Commit-Position: refs/heads/master@{#293839}
-
zork authored
BUG=381007 Review URL: https://codereview.chromium.org/552023002 Cr-Commit-Position: refs/heads/master@{#293838}
-
kelvinp authored
This CL introduces a new message type - Error. All error message can only be reported in messages with this type. This will provide a consistent error reporting mechanism with It2MeHelpeeChannel Review URL: https://codereview.chromium.org/547013002 Cr-Commit-Position: refs/heads/master@{#293837}
-
dbeam authored
R=vitalyp@chromium.org,tbreisacher@chromium.org BUG=407385 NOTRY=true Review URL: https://codereview.chromium.org/547853002 Cr-Commit-Position: refs/heads/master@{#293836}
-
vmpstr authored
This patch fixes a crash in which the smoothness notifier triggers a RenewTreePriority call after LTHI disappears. In that case, we cancel the callback when the LTHI is gone. R=reveman, brianderson BUG=411211 Review URL: https://codereview.chromium.org/548423002 Cr-Commit-Position: refs/heads/master@{#293835}
-
johannkoenig authored
libvpx roll: https://codereview.chromium.org/554673004 GN-related changes: https://codereview.chromium.org/547883002 https://codereview.chromium.org/549713002 https://codereview.chromium.org/550533002 https://codereview.chromium.org/530193002 Removing unused directories: (no codereview, svn hates removing empty directories) http://src.chromium.org/svn/trunk/deps/third_party/libvpx@291834 NOTRY=true R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/556543002 Cr-Commit-Position: refs/heads/master@{#293834}
-
achuith authored
The current logic doesn't work when we run the test locally on the DUT because the browser_type is 'system'. BUG=411280 TEST=testPerfProfiler skipped on the DUT. Review URL: https://codereview.chromium.org/554613003 Cr-Commit-Position: refs/heads/master@{#293833}
-
jackhou authored
For platforms that support multiple workspaces (currently Mac and Linux), this allows app windows be visible on all workspaces simultaneously. API proposal: https://docs.google.com/document/d/1RC3CYwsrVxS_5hXg6nE3zA9y59G98z9Ezmmmq_Gzx9o/edit?usp=sharing BUG=384644 Committed: https://chromium.googlesource.com/chromium/src/+/97adb18915b7909429b51d829e7c4aeb66c57d64 Review URL: https://codereview.chromium.org/469993003 Cr-Commit-Position: refs/heads/master@{#293832}
-
ccameron authored
BUG=408986 Review URL: https://codereview.chromium.org/554043002 Cr-Commit-Position: refs/heads/master@{#293831}
-
achuith authored
BUG=410931 TEST=testSmoothness passes Review URL: https://codereview.chromium.org/547423002 Cr-Commit-Position: refs/heads/master@{#293830}
-
grt authored
BUG=none Review URL: https://codereview.chromium.org/551783003 Cr-Commit-Position: refs/heads/master@{#293829}
-
nyquist authored
This CL removes most of guava, except a few classes and annotations. Also updates the rest of Chrome to ensure only those classes are in use. Thirdly, it adds an OWNERS file to third_party/guava. BUG=163393 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/546973003 Cr-Commit-Position: refs/heads/master@{#293828}
-
alekseys authored
BUG=397741 Review URL: https://codereview.chromium.org/542363002 Cr-Commit-Position: refs/heads/master@{#293827}
-
Evan Stade authored
BUG=none TBR=rjkroege Review URL: https://codereview.chromium.org/549383002 Cr-Commit-Position: refs/heads/master@{#293826}
-
noel authored
Revert of [GCM] Adding GCMAccountMapper tests (patchset #2 id:20001 of https://codereview.chromium.org/544363002/) Reason for revert: GCMAccountMapperTest.MultipleAccountMappings is failing on Win7 Debug. http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/30987 Original issue's description: > [GCM] Adding GCMAccountMapper tests > > 1) When the status is ADDING (adding message is sent), the token is refreshed. > 2) When the status is REMOVING (removing message is sent), the token is added > again. > 3) updating multiple account mappings > > BUG=374969 > R=jianli@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/a15249de25304c0d2173029bc22b2f136adac537 TBR=jianli@chromium.org,fgorski@chromium.org NOTREECHECKS=true NOTRY=true BUG=374969 Review URL: https://codereview.chromium.org/554153003 Cr-Commit-Position: refs/heads/master@{#293825}
-
zea authored
We were trying to unregister the HistoryDeleteDirective DTC at shutdown, but the DTC shutdown happens as part of the ProfileSyncService shutdown, and is destroyed after the observers_ object is destroyed. As such, there's no need to remove the observer. This patch also unreverts 6513171d Original codereview at https://codereview.chromium.org/534733002 BUG=409965 368834 Review URL: https://codereview.chromium.org/535683002 Cr-Commit-Position: refs/heads/master@{#293824}
-
jri authored
BUG= Review URL: https://codereview.chromium.org/551903002 Cr-Commit-Position: refs/heads/master@{#293823}
-
mmenke authored
under certain circumstances, when resuming a request. BUG=411228 Review URL: https://codereview.chromium.org/545353002 Cr-Commit-Position: refs/heads/master@{#293822}
-
hirono authored
The tests ensures extensions do not access filesystem:file:///* URL. BUG=367027 TEST=the new tests Review URL: https://codereview.chromium.org/544483003 Cr-Commit-Position: refs/heads/master@{#293821}
-
vitalybuka authored
BUG=374321 NOTRY=true Review URL: https://codereview.chromium.org/552703002 Cr-Commit-Position: refs/heads/master@{#293820}
-
habib.virji authored
Main message and sub message direction of the validation message can differ. Pass direction of the subMsg to allow text display accordingly. BUG=91638 R=jam, jamesr Review URL: https://codereview.chromium.org/391923006 Cr-Commit-Position: refs/heads/master@{#293819}
-
mek authored
Added an extra "effective extension" property to ScriptContext for this to still work correctly in about:blank iframes inside extension pages. BUG=395376 Review URL: https://codereview.chromium.org/498513002 Cr-Commit-Position: refs/heads/master@{#293818}
-
John Abd-El-Malek authored
Disable TwoClientBookmarksSyncTest.SC_MovingBMsFromBMBarToBMFolder and TwoClientBookmarksSyncTest.SC_MovingBMsFromBMFoldToBMBar since they flake on Windows. BUG=412169 TBR=rsimha@chromium.org Review URL: https://codereview.chromium.org/552093003 Cr-Commit-Position: refs/heads/master@{#293817}
-
- 08 Sep, 2014 12 commits
-
-
stevenjb authored
This CL does the following: * Eliminates auto connect glue code * Elim SetManaged* helpers * Converts StaticIPConfig, SavedIPConfig, and WebProxyAutoDiscoveryUrl properties from Shill to ONC * Uses ManagedNetworkConfigurationHandler::GetManagedProperties in internet_options_handler.cc to get (almost) all properites. The remaining properties will require additional translation and/or design BUG=279351 Review URL: https://codereview.chromium.org/509643003 Cr-Commit-Position: refs/heads/master@{#293816}
-
erikchen authored
It was an experimental feature that is no longer being actively developed. BUG=NONE Review URL: https://codereview.chromium.org/523233002 Cr-Commit-Position: refs/heads/master@{#293815}
-
jrummell authored
BUG=358271 TEST=EME browser tests pass Review URL: https://codereview.chromium.org/550933003 Cr-Commit-Position: refs/heads/master@{#293814}
-
tonyg authored
This saves about 6 idle wakeups on the top_10 idle energy benchmark. It can save up to 1/second in the general case. BUG=411488 Review URL: https://codereview.chromium.org/542353002 Cr-Commit-Position: refs/heads/master@{#293813}
-
csharp authored
cespy.dll is a LSP and preventing it from loading in Chrome prevents users from accessing the internet. BUG=399968 Review URL: https://codereview.chromium.org/545003006 Cr-Commit-Position: refs/heads/master@{#293812}
-
alekseys authored
BUG=397741 Review URL: https://codereview.chromium.org/535073005 Cr-Commit-Position: refs/heads/master@{#293811}
-
ericzeng authored
Change the divider between the popup header and the options page content from a box-shadow to a bottom-border, as suggested in UI review. BUG=411995 Review URL: https://codereview.chromium.org/546033002 Cr-Commit-Position: refs/heads/master@{#293810}
-
Brett Wilson authored
This makes templates behave like values when merging and duplicates are found. If the values are the same, allow them to collide. This happens when importing if multiple files import the same .gni file. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/547063004 Cr-Commit-Position: refs/heads/master@{#293809}
-
Brett Wilson authored
This updates the targets that depend on these to also be test-only. BUG=http://crbug.com/412064 R=jamesr@chromium.org, tfarina@chromium.org Review URL: https://codereview.chromium.org/551933002 Cr-Commit-Position: refs/heads/master@{#293808}
-
lanwei authored
The bounding boxes of show press and tap gesture are the same right now, which are based on the touch start location and the largest radius seen before the show press gesture is sent. BUG=403747 Review URL: https://codereview.chromium.org/538653002 Cr-Commit-Position: refs/heads/master@{#293807}
-
hellner authored
libjingle: Removes all references to talk/sound. The current reference comes from cl 153321 where it was added under the flag enabled_libjingle_device_manager which is by default set to 0. The comment in that cl says it is to enable using this gyp file in the standalone build. This means that the code was never intended to be built for Chromium. Since that cl was committed the approach has changed. We are now creating new gyp files in the standalone build, containing parts of libjingle and phasing out libjingle.gyp one piece at a time. The files removed in this cl are part of (../webrtc's) sound.gyp which is not (and will not be) built in Chromium. The reason it is in webrtc is that libjingle and webrtc are being merged into one project. BUG=https://code.google.com/p/webrtc/issues/detail?id=3379 Review URL: https://codereview.chromium.org/532293002 Cr-Commit-Position: refs/heads/master@{#293806}
-
kalyan.kondapally authored
so that the same implementation can be used with Aura+Ozone on Linux. Review URL: https://codereview.chromium.org/490693003 Cr-Commit-Position: refs/heads/master@{#293805}
-