- 24 Jan, 2011 40 commits
-
-
evan@chromium.org authored
Sometimes git-svn prints extra status info. From a glance at the source, there's no flag to skip it. So just skip it when parsing. Review URL: http://codereview.chromium.org/6349010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72360 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
Create a chromium_builder_perf target for all platforms which refers to projects the Chromium Perf bots use to test Chromium's performance. This is a reduced target to allow the perf bots to cycle faster (builder builds fewer targets and bots download smaller archives). Add crash_service to test_support_ui and remove it from projects that depend on test_support_ui. This allows projects that just build page_cycler_tests, startup_tests, etc on Windows to get crash_service. BUG=70580 TEST=all continues to work, chromium_builder_perf works, builds crash_service on windows Review URL: http://codereview.chromium.org/6271015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72359 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
fixed upstream. BUG=70408 TBR=jknotten,jorlow Review URL: http://codereview.chromium.org/6277016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72358 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
DevToolsSanityTest.TestPauseWhenScriptIsRunning. They started failing after a webkit roll on Linux. BUG=70639 Review URL: http://codereview.chromium.org/6266019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72357 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org//6372010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72356 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
CL created by: cd chrome find . -name '*.h' | xargs sed -i -e 's/@property /@property/' Also manually move @property blocks so that they are right after the ivar blocks, as suggested by the style guide. BUG=none TEST=none Review URL: http://codereview.chromium.org/6258017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72355 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6330007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72354 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
This makes the webkitAudioContext constructor work as expected. BUG=70633 TEST=verified manually that --enable-webaudio enables constructor Review URL: http://codereview.chromium.org/6294012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72353 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=70631 TEST=none TBR=kkania@chromium.org Review URL: http://codereview.chromium.org/6253010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72352 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
When we're using a git checkout of WebKit that hasn't had git-svn set up, ignore the missing versioning information rather than failing. BUG=70606,private mails Review URL: http://codereview.chromium.org/6267010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72351 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
I'm not sure if it's because the files listed in the bug report were improperly muxed, but FFmpeg was attempting to read past the end of the file and apparently returning AVERROR_EOF instead of 0 makes a huge difference. BUG=47489 TEST=media_unittests, files linked in bug report Review URL: http://codereview.chromium.org/6249013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72350 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Remove the original resource files. Those files are now in gfx/resources. - Remove webkit_resources references to the orignal resource files. BUG=chromium-os:9256 TEST=none. Review URL: http://codereview.chromium.org/6287007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72348 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This is the result of running my scripts against a new build of x86-mario's packages in a clean sysroot. Not much changed. We got updated (possibly unchanged) licenses due to upgrading to newer versions of the following packages: app-admin/sudo app-i18n/ibus app-i18n/ibus-m17n app-i18n/ibus-pinyin dev-cpp/glog dev-libs/libgcrypt dev-libs/libpcre sci-geosciences/gpsd sys-apps/mosys sys-power/powertop We dropped the following packages: app-text/iso-codes dev-libs/libcroco gnome-base/librsvg gnome-extra/libgsf x11-libs/libxklavier We added the following packages: sys-libs/talloc x11-apps/xtrace x11-terms/rxvt-unicode We picked up the tarball's license from: dev-libs/glib I do not understand the appearance of xtrace; I only added it to chromeos-dev and I did a non-dev build here. Whatever. BUG=none TEST=looked at it TBR=davemoore Review URL: http://codereview.chromium.org/6357013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72347 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
We now just listen for EXTENSION_LOADED/UNLOADED, as EXTENSION_INSTALLED/UNINSTALLED get sent even when the extension is disabled at the time of installation/removal. BUG=62873 TEST=Existing tests suffice Review URL: http://codereview.chromium.org/6306010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72346 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=none TEST=compiles R=pinkerton Review URL: http://codereview.chromium.org/6358008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72345 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
TBR=rniwa,yuzo Review URL: http://codereview.chromium.org/6241013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72344 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Implementing the new Sync Setup flow will require a major refactor that is too large for M10. BUG=61006,69110 TEST=none Review URL: http://codereview.chromium.org/6325016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72343 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
Bring the first passphrase screen UI up to date with equivalent changes made to the encryption tab: learn more link, behavior of passphrase/confirm passphrase boxes. BUG=none TEST=none Review URL: http://codereview.chromium.org/6353013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72342 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Effects of this refactor: 1. The WebPluginInfo now keep information not only if a plugin is disabled but also the reason for that. It can either be user, policy or both. That way we can restore the right value after policies stop to control the feature. 2. Plugins can be correctly enabled and disabled either as a group or separately. 3. The code is cleaner and PluginGroup is not duplicating information from PluginList but stores all needed information and provides it through cleaner interface. BUG=54681,66505,69374,69148 TEST=Manual for the policy. DefaultPluginUITest.DefaultPluginLoadTest from ui_tests and Plugin* from test_shell_tests. Review URL: http://codereview.chromium.org/5699005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72341 0039d316-1c4b-4281-b951-d872f2087c98
-
chaitanyag@chromium.org authored
BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72238 Review URL: http://codereview.chromium.org/6254007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72340 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
TBR=ian Review URL: http://codereview.chromium.org/6354019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72339 0039d316-1c4b-4281-b951-d872f2087c98
-
fschneider@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6377007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72338 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
The function is now only used with the CHROME_OMNIBOX point and the value is cached and returned from the cache on subsequent calls. All other access points will be always freshly fetched and returned. Future calls to this function with another access point should either be done on the FILE thread or implement caching the way it is done for Omnibox. Moreover if they implement the caching mechanism they should be prepared for using this function in asynchronous manner if called on another thread. BUG=62337 TEST=A search from branded browser through the omnibox-the rlz parameter should be appended to the query string. Review URL: http://codereview.chromium.org/6028012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72337 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=thakis TEST=presubmit check is clearer BUG=none Review URL: http://codereview.chromium.org/6314017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72336 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
TBR=evan BUG=70606 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72335 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=61609 TEST=none Review URL: http://codereview.chromium.org/6260017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72334 0039d316-1c4b-4281-b951-d872f2087c98
-
dilmah@chromium.org authored
BUG=None TEST=None TBR=phajdan@chromium.org,nkostylev@chromium.org Review URL: http://codereview.chromium.org/6257013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72333 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(I copied the code from djb and still screwed it up!) BUG=none TEST=DnsRRResolver works on OS X Review URL: http://codereview.chromium.org/6353011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72332 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=60211, 70097, 70119, 70131, 62626, 61143, chromium-os:11102, chromium-os:11104, chromium-os:11105, chromium-os:11106, chromium-os:11109 TEST=bots Review URL: http://codereview.chromium.org/6272012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72331 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=None TEST=watchlists.py chrome/browser/prerender/prerender_resource_handler.cc Review URL: http://codereview.chromium.org/6385001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72330 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
strings, delete devtools_strings.grd. These strings are only used for Ubuntu Chromium translations, not affecting Chrome release process. BUG=none TEST=none Review URL: http://codereview.chromium.org/6273009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72329 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=run out/Debug/views_examples, everything should works as before. Review URL: http://codereview.chromium.org/6366008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72328 0039d316-1c4b-4281-b951-d872f2087c98
-
ager@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/6327015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72327 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
TBR=chron BUG=70380 TEST=None Review URL: http://codereview.chromium.org/6315010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72326 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72322 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
- GeolocationBrowserTest.ErrorOnPermissionDenied, crashes, bug 70585 - GeolocationBrowserTest.TabDestroyed, hangs, bug 70588 TBR=jknotten BUG=70585, 70588 TEST=browser_tests Review URL: http://codereview.chromium.org/6326009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72320 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
s/5NPAPI/6webkit5npapi/ BUG=none TEST=none Review URL: http://codereview.chromium.org/6275013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72319 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=chromium-os:11103 TEST=none Review URL: http://codereview.chromium.org/6377003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72318 0039d316-1c4b-4281-b951-d872f2087c98
-
gfeher@chromium.org authored
This fixes a 'Conflicting declarations of PRODUCT_NAME within message' crash when policy_templates.xmb is generated. TBR=joi BUG=none TEST=none Review URL: http://codereview.chromium.org/6366009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72317 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=65664 TEST=test_shell_tests + valgrind/heapcheck Review URL: http://codereview.chromium.org/6246017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72316 0039d316-1c4b-4281-b951-d872f2087c98
-