- 13 Aug, 2012 40 commits
-
-
mihaip@chromium.org authored
R=grv@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151309 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=141775 R=jennyz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151308 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Also added replace_id to DesktopNotificationService::AddNotification so that notifications are correctly replaced/updated. BUG=135286 For minor changes to status_icons/ background/ and printing/: TBR=atwilson@chromium.org,thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151305 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@chromium.org authored
This code is used by the Android port. We add a SelectRange_ACK to throttle the rate at which the selection changes. Without throttling, the selection handle updates can fall behind the user's touch input. BUG=138939 Review URL: https://chromiumcodereview.appspot.com/10823077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151304 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
Currently hidden behind a flag --enable-pnacl. This currently reuses the manifest-system of resolving URLs. Much of that can be simplified later on. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= (1) out/Debug/chrome --user-data-dir=/tmp/temp_profile/ --enable-pnacl --component-updater-debug=fast-update (2) wait a while for it to download pnacl (3) surf to a pnacl webpage Review URL: https://chromiumcodereview.appspot.com/10689012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151303 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This is useful e.g. to limit a set of allowed or temporarily-allowed include rules to test files, or to allow certain includes in .cc files but not in .h files. BUG=138280 Review URL: https://chromiumcodereview.appspot.com/10823271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151301 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10824246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151300 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
R=robertshield BUG=138313 Review URL: https://chromiumcodereview.appspot.com/10823287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151299 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
to a new parent. BUG=137342 TEST=covered by tests R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831281 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151298 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
I misread Aarons comment in bug 142016. The devtools APIs should NOT be shown in apps/api_index.html. BUG=142016 TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151297 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=137351 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151296 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=142345 Review URL: https://chromiumcodereview.appspot.com/10824279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151294 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
to a new parent. BUG=137342 TEST=covered by tests R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151293 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Update for Handlebar so we can make cleaner templates. BUG=131095 TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151292 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
This is needed so that ProfileImpl ctor can access DOMStorageContext. The ExtensionInfoMap is needed early, in ProfileIOData::InitializeOnUIThread. Construct it on demand. BUG=104292 Review URL: https://chromiumcodereview.appspot.com/10830278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151291 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The api_index page for Apps did not show the correct files. This was because the converter script was grabbing all APIs that could be in packaged_apps and hosted_apps, when it should have just been using platform_apps. BUG=142016 Review URL: https://chromiumcodereview.appspot.com/10832259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151290 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=141825 Review URL: https://chromiumcodereview.appspot.com/10828267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151286 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=136041 TEST=Make sure metro print actions are logged as histograms. Review URL: https://chromiumcodereview.appspot.com/10831272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151285 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
The installer will update the app host and install the binaries if only the app host is present at user-level and neither Chrome nor Binaries are present at system-level. R=robertshield BUG=138313 TEST=Install Chrome at system level, apps at user level. Uninstall chrome, then run 'setup.exe --multi-install --verbose-logging' Review URL: https://chromiumcodereview.appspot.com/10829298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151283 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) Profile image spinner visible again. *) Camera snapshot can no longer be taken while initializing. BUG=141274 Review URL: https://chromiumcodereview.appspot.com/10825319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151281 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=142332 Review URL: https://chromiumcodereview.appspot.com/10837220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151280 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Also, consolidate infobar delegate interfaces under infobars/ rather than some under infobars/ and some under tab_contents/, as the ones under tab_contents/ were not coupled with tab_contents/ in any way. Remove feedback/proto/extension.pb.h from Autofill's DEPS file simply by dropping the include, it was not being used. BUG=140037,138280 Review URL: https://chromiumcodereview.appspot.com/10843071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151279 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
The signals coming currently via DNSObserver are too noisy. DnsConfigService can weed out false positives, so switch to using it exclusively. BUG=142138 TEST=network requests work after network changes Review URL: https://chromiumcodereview.appspot.com/10830271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151278 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of Chrome for Android upstreaming. This line was introduced by r137387 which turned |sock| into a scoped_refptr rather than a raw pointer (that needed to be initialized). This assignment is obviously not needed anymore. Internally we don't have this extra '= NULL' which causes an unnecessary diff. BUG=136750 Review URL: https://chromiumcodereview.appspot.com/10855123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151276 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This was an unnecessary downstream vs upstream diff. BUG=136750 Review URL: https://chromiumcodereview.appspot.com/10837218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151275 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=142316 TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10834292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151274 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Annotate _mesa_add_parameter with __attribute__((no_address_safety_analysis)) to suppress a report from AddressSanitizer BUG=142316 TBR=kbr Review URL: https://chromiumcodereview.appspot.com/10823286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151272 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
This change only turns on blending for the last part of the minimize and first part of the maximize animation to save bandwidth and increase frame rate. This change also properly hides the window only once the animation is complete instead of cutting off the minimize animation with an implicit one. BUG=135177 Review URL: https://chromiumcodereview.appspot.com/10825162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151271 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151270 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none TBR=ben@chromium.org R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10854119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151269 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
TBR=yutak@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10828239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151268 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Also remove the per-platform PlatformResourceProvider function. Based on http://codereview.chromium.org/10826242/ by shouqun.liu@intel.com BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10830260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151267 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=83566 TBR=kinuko Review URL: https://chromiumcodereview.appspot.com/10855126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151266 0039d316-1c4b-4281-b951-d872f2087c98
-
ibraaaa@google.com authored
Preprocessing version number for plugins to ignore leading zeros during comparisons. This eliminates wrong version number comparisons for versions like 1.7.0_05 vs. 1.7.0_5 BUGR=137388 Review URL: https://chromiumcodereview.appspot.com/10828279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151265 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151264 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
In FileManager send 'on-completed' event only when a scan is completed. Send 'on-cancelled' event when a scan is cancelled. Make search & usual spinner work with these events. BUG=141381 Review URL: https://chromiumcodereview.appspot.com/10824277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151263 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=137981 TEST=Test that dropping image from third party page has no effect. Test that files from other file manager windows do drop. Review URL: https://chromiumcodereview.appspot.com/10854117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151262 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=23433 TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10828283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151260 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=141142 Review URL: https://chromiumcodereview.appspot.com/10825318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151259 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=129203 TEST=Run chrome with --force-device-scale-factor=2 and go to bookmark manager, folder icons are high dpi. Review URL: https://chromiumcodereview.appspot.com/10855106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151258 0039d316-1c4b-4281-b951-d872f2087c98
-