- 11 Nov, 2011 40 commits
-
-
jbates@chromium.org authored
BUG=103667 TEST=in about:tracing, verify that the chrome UI thread doesn't show lots of tasks from StartHangMonitorTimeout. Review URL: http://codereview.chromium.org/8510038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109662 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=99698, 98934 Review URL: http://codereview.chromium.org/8469015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109661 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Made GetActivatableWindow to follow transient_parent if exists. BUG=103820 TEST=tbd Review URL: http://codereview.chromium.org/8523020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109660 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
URL used for the link resources. In the future that base will be the pnacl manifest file. BUG= none TEST= none Review URL: http://codereview.chromium.org/8525014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109659 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8539018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109658 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=103788,chromium-os:22447 TEST=unit_tests --gtest_filter=PluginPrefs* Review URL: http://codereview.chromium.org/8515021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109657 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=103792 TEST=resize window showing accelerated content, watch /sys/kernel/debug/dri/0/i915_gem_objects, obeserve no leak Review URL: http://codereview.chromium.org/8523016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109656 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
ZipReader implementation is based on ExtractCurrentFile() in zip.cc. The basic logic is not changed, but the code is simplified. BUG=chromium-os:22351 TEST=out/Release/unit_tests --gtest_filter=Zip* Review URL: http://codereview.chromium.org/8508003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109655 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Original CL: reenable component build w/ fix to test_support_content TBR=jam@chromium.org BUG=90442 TEST=the win shared debug builder compiles Review URL: http://codereview.chromium.org/8501025 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/8538016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109654 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl1/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl2/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/vista-release-dual-core/intl1/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/vista-release-dual-core/intl2/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl2/report.html?history=150&rev=109642 http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl1/report.html?history=150&rev=109642 http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl1/report.html?history=150&rev=109642 http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl1/report.html?history=150&rev=109645 http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl2/report.html?history=150&rev=109645 BUG=103868 TBR=cmp Review URL: http://codereview.chromium.org/8463023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109653 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8537015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109651 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Initiali app list webui; - Refactor NTP4 code so that we could share part of the code; - Use shared NTP4 code for app list contents; TODO: Add search box support. BUG=98308 TEST=Verify aura app list looks like the mock. Review URL: http://codereview.chromium.org/8423055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109648 0039d316-1c4b-4281-b951-d872f2087c98
-
jwd@chromium.org authored
Refactor ProfileManager::DoFinalInit(...) to allow for a more flexible ProfileManagerWithoutInit. Factored out the parts of DoFinalInit that are not desired in ProfileManagerWithoutInit and for ProfileManager unit tests. This is to make it possible to write unit tests for code that belongs in DoFinalInit, such as setting up the ProfileInfoCache entry for a profile. BUG=NONE TEST=unit_tests --gtest_filter=ProfileManager* Review URL: http://codereview.chromium.org/8502031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109647 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=103831 TEST=Move window after typing text in omnibox Review URL: http://codereview.chromium.org/8532001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109646 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This represents a Java object for use in the Java bridge. It handles all of the JNI required to interrogate the Java object and call methods on it. Also adds some JNI utility methods to simpify the new code. BUG=96703 Review URL: http://codereview.chromium.org/8509019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109645 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=jhawkins@chromium.org BUG=99791 TEST=None Review URL: http://codereview.chromium.org/8144013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109644 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=103643 TEST=Enable the WebUI lock screen, lock screen, enter an incorrect password and observe error message remains on screen. Review URL: http://codereview.chromium.org/8515011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109643 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=22551 TEST=Manual Review URL: http://codereview.chromium.org/8541002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109642 0039d316-1c4b-4281-b951-d872f2087c98
-
bsalomon@google.com authored
Review URL: http://codereview.chromium.org/8541001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109641 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109640 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@chromium.org authored
Control group (whitespace-only change) is http://codereview.chromium.org/8538012 Review URL: http://codereview.chromium.org/8538010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109639 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
A need for the function came up in another context so this change exposes it from base/. BUG=none TEST=base_unittests Review URL: http://codereview.chromium.org/8510027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109638 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=97388 TEST=existing apitests + status icon unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109285 Review URL: http://codereview.chromium.org/8386074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109634 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=103906 TEST=unit_tests do not crash on Lion Review URL: http://codereview.chromium.org/8536014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109633 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109632 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=None TBR=ojan@chromium.org Review URL: http://codereview.chromium.org/8539012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109631 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Adds some omitted calls. BUG=None TEST=compositor_unittests Review URL: http://codereview.chromium.org/8515006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109630 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109629 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
R=jkummerow@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8520008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109628 0039d316-1c4b-4281-b951-d872f2087c98
-
petkov@chromium.org authored
This should enable us to see PPAPI plugin crashes in the plugin crashes column on the stability dashboard. Note that each plugin (PPAPI or regular) is included separately in the metrics log and aggregated at the server side. This allows us to slice and dice the data later, if necessary. Also: - Remove a couple of obsolete FRIEND_TEST declarations. - Use base file name as plugin name when the name of the PPAPI plugin to be launched is empty. This is mostly so that the OutOfProcessPPAPITests can pass but also matches the logic in PepperPluginInfo::ToWebPluginInfo(). BUG=chromium-os:22465 TEST=git try, unit tests, kill -SEGV ppapi process, check that it's counted in the plugin prefs and transmitted in the metrics log: <pluginstability filename="nfGm7uk2q0xBpC3X5CA95A==" launchcount="3" instancecount="1" crashcount="2"/> Review URL: http://codereview.chromium.org/8501005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109627 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8538009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109626 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
These two extensions allow a partial swap: just pushing part of the backbuffer to the front buffer. This will allow the WK compositor to push a partial update to the screen instead of a full frame update (https://bugs.webkit.org/show_bug.cgi?id=70533). We should be able to do something similar for TOUCHUI ImageTransportSurfaces (hence the hooks into GLSurface and the glPostSubBufferCHROMIUM command). Review URL: http://codereview.chromium.org/8512005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109625 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=ben@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8539013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109624 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=103896 TBR=dpranke Review URL: http://codereview.chromium.org/8511058 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/8463015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109623 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=103896 TBR=dpranke Review URL: http://codereview.chromium.org/8511058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109622 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8526008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109621 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
The installer may now be given a --critical-update-version=W.X.Y.Z option on the command line. If this is present for an in-use update and the indicated version is newer than the in-use Chrome, a new "cpv" value is dropped in the registry alongside "opv" and "cmd" (the other state associated with an in-use update). Thanks to Finnur, Chrome will eventually notice that there's a pending critical update and do magical things to keep our users safe and secure. Go users! Other things I did while I was at it: - switched version string conversions from UTF8ToWide to ASCIIToWide since version numbers are always ASCII dotted numbers. - renamed the reg value from "CriticalUpdate" to "cpv" so it fits in nicely with the other cryptic values in the product's Clients key (a.k.a. Version key). BUG=103526,97665 TEST=Install version N, launch it with --check-for-update-interval=5, then install verison M>N with --critical-update-version=M. After a few seconds, Chrome should do something fantastic. Note that the alternate_version_generator can be used to create a newer versioned mini_installer from an existing one (just build it and run it). Review URL: http://codereview.chromium.org/8517012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109620 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:22859 TEST= Review URL: http://codereview.chromium.org/8491038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109619 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@google.com authored
Review URL: http://codereview.chromium.org/8497027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109618 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Review URL: http://codereview.chromium.org/8478030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109617 0039d316-1c4b-4281-b951-d872f2087c98
-