- 01 May, 2012 40 commits
-
-
zhaoqin@google.com authored
TBR=palmer@chromium.org BUG=125807 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/10274034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134771 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Instead use GetFileInfoByPathAsync() and ReadDirectoryByPathAsync(). This is in preparation for making FindEntryByPathAsync() private. BUG=chromium-os:30251 TEST=gdata in the file manager works as before Review URL: https://chromiumcodereview.appspot.com/10268023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134770 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=oshima@chromium.org BUG=125801 TEST=waterfall.sh Review URL: https://chromiumcodereview.appspot.com/10261035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134768 0039d316-1c4b-4281-b951-d872f2087c98
-
zysxqn@google.com authored
BUG=120798 TEST=not tested Review URL: http://codereview.chromium.org/10226009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134766 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=123274 TEST=none Review URL: https://chromiumcodereview.appspot.com/10267023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134764 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
|root_| was accessed without a lock in FindEntryByPathOnCallingThread(), which is used to complete FindEntryByPathAsync(). Along the way, rename FindEntryByPathOnCallingThread() to FindEntryByPathSyncOnUIThread(), and add a couple of DCHECK(CurrentlyOn(UI)), where FindEntryByPathSyncOnUIThread() is called. BUG=chromium-os:30204 TEST=unit tests Review URL: https://chromiumcodereview.appspot.com/10270035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134763 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=120254 TEST=In the pointer overlay, should see Learn more link for simple scrolling. This 404s right now. Review URL: http://codereview.chromium.org/10274024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134762 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
The default extensions should be able to load NaCl modules. This is a problem now because they aren't really distinguishable from normal extensions. To fix this, mark them as "from webstore" when they're loaded. Also, revert crrev.com/130235 as that didn't work BUG=chromium-os:28707 TEST=none Review URL: https://chromiumcodereview.appspot.com/10269031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134761 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Make sure the elevated controller release timer is stopped and destroyed on the thread it was created on. BUG=125364 TEST=manual Review URL: http://codereview.chromium.org/10272029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134760 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=125415 TEST=Manual Review URL: http://codereview.chromium.org/10254024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134759 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
Had a renamed method that is only called in official builds. BUG=113280, 120373 TBR=rsleevi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10272036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134758 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Broke browser_tests on ChromiumOS bots. BUG=115967 TEST=none Review URL: http://codereview.chromium.org/10273023 TBR=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10268027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134756 0039d316-1c4b-4281-b951-d872f2087c98
-
shawnsingh@chromium.org authored
Currently the flush operation assumes that WebKit will request the ppapi plugin to repaint any newly exposed regions, and so it only invalidates the visible portion of changes. However, for accelerated compositing, this behavior is not correct. This patch rearranges the logic to work for both accelerated and non-accelerated compositing. BUG=122860 TEST=tested manually, created crbug.com/125763 for making a unit test Review URL: http://codereview.chromium.org/10223009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134755 0039d316-1c4b-4281-b951-d872f2087c98
-
palmer@chromium.org authored
Do some minor "gcl lint" cleanup while here. BUG=113280, 120373 TEST=net_unittests, browser_tests, unit_tests TransportSecurityPersisterTest.* Review URL: http://codereview.chromium.org/9415040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134754 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134753 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r8445: (khim) Further reduction of validator size r8446: (khim) Shrink decoder-x86_{32,64}.c r8447: (khim) Fix lock handling in some instructions r8448: (robertm) PNaCl: Switch the unsandboxed linking of dynamic/shared images to gold r8449: (robertm) Roll pnacl_llvm_testsuite_rev which will make more of the tests build. r8450: (kschimpf) Make inline interface methods static. Also separate4 old and new actual r8451: (kschimpf) Speed up test comparisons of actual vs baseline by 33%. r8452: (robertm) Disable the new run_sock_test which is broken for pnacl r8453: (robertm) Mark 3 more lvm-test-suite tests as passing r8454: (mseaborn) Update chrome_rev in DEPS (but not chromebinaries_rev) r8456: (dschuff) Allow translation of spec benchmarks on arm hw r8457: (jvoung) Make pnacl library searcher check the filetype for sanity. r8458: (bradchen) Test ragel decoder/validator with enuminst. r8459: (mseaborn) Split sel_ldr_launcher.cc into _base.cc and _standalone.cc files r8460: (dschuff) Modify -q flag of run.py to output nothing to stdout/stderr at all r8461: (mseaborn) Update chrome_rev in DEPS (but not chromebinaries_rev) r8463: (mseaborn) Remove sel_ldr_launcher_chrome.cc, which has been moved to the Chromium repo BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10271029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134752 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
TBR=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/10265034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134751 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
Capitalize waiting state messages that form the main content of their dialogs and make them more prominent. As requested by UX. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10270036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134750 0039d316-1c4b-4281-b951-d872f2087c98
-
enal@chromium.org authored
read from uninitialized memory. Mixer reads data from there, even though test does not use mixed output. BUG=125723 Review URL: http://codereview.chromium.org/10268026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134749 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
This fixes a crash when the bubble tries to add itself as an observer again when it is being displayed. BUG=125778 TEST=click on the status tray, no crash. Review URL: https://chromiumcodereview.appspot.com/10260034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134748 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
By delaying the SwapBuffersAck to after Present, we send back the Ack at the rate that D3D Presents finish, which is typically vsync or slower when GPU bound. BUG=125232 TEST=Open WebGL Aquarium, record trace in about:tracing, verify smooth framerate. Review URL: http://codereview.chromium.org/10222029 TBR=jbates@chromium.org Suspected performance regression: http://build.chromium.org/f/chromium/perf/gpu-win7-release-nvidia/gpu_frame_rate/report.html?history=150&rev=-1&graph=fireflies Review URL: https://chromiumcodereview.appspot.com/10187019 TBR=apatrick@chromium.org It wasn't a regression. Review URL: https://chromiumcodereview.appspot.com/10263025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134747 0039d316-1c4b-4281-b951-d872f2087c98
-
kgr@chromium.org authored
Moved helper functions and static collections into scoped closure. These changes: - remove pollution of the global namespace - avoid the creation of new helper functions each time the parse method is called - allow this file to be pre-compiled BUG=121430 TEST=Run unit tests by loading parse_html_subset_test.html Review URL: http://codereview.chromium.org/10261025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134746 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
This is needed per UI guidelines. BUG=none TEST=Manual test by opening panels and inspecting bottom corners Review URL: http://codereview.chromium.org/10262025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134745 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Change a DCHECK into a CHECK in SpdySession::WriteStreamData to ensure that we're not attempting to write data on a stream that is not active. Attempting to track down a crash willchan noticed. Review URL: http://codereview.chromium.org/10267021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134744 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
Checks in initial strings and modifies project to build and load resources properly. BUG=106636 TEST=Install print driver in language other than EN. Printer name should be localized. Review URL: http://codereview.chromium.org/10269013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134743 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This adds --default-device-scale-factor to flags and makes this flag override the aura monitor scale factor and forces enable_viewport on web contents. BUG=124412 TEST=When flag is enabled, web contents are drawn at 2x and aura monitor scale factor is set to 2x. Review URL: http://codereview.chromium.org/10254011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134741 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=115967 TEST=none Review URL: http://codereview.chromium.org/10273023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134740 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
BUG=125694 TEST=Tested default browser detection still works on Linux Review URL: http://codereview.chromium.org/10265025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134739 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=craigdh@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10261030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134738 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
Review URL: http://codereview.chromium.org/10263017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134737 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:30075 TEST=none TBR=xiyuan Review URL: https://chromiumcodereview.appspot.com/10267025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134736 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
BUG=101513 Review URL: https://chromiumcodereview.appspot.com/10272033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134735 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=benwells@chromium.org TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10261005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134734 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134731 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ananta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10264003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134730 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
BUG=125679 Review URL: https://chromiumcodereview.appspot.com/10261022 TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10265030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134729 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Renamed all the *_metro_1x.png theme art assets to the more generic *_touch_1x.png and moved them from chrome/app/theme/metro to chrome/app/theme/touch I need this as ground-work for touch-friendly toolbar. BUG=125265 TEST=compiles TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10264032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134728 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In preparation for making FindEntryByPathAsync() private. The new function is not used in production code yet. This function is needed as we get metadata of a file or a directory in gdata_file_system_proxy.cc, without knowing if the file path points to a file or a directory. BUG=chromium-os:30251 TEST=add unit tests Review URL: https://chromiumcodereview.appspot.com/10274025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134727 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134726 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
Review URL: http://codereview.chromium.org/10243011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134725 0039d316-1c4b-4281-b951-d872f2087c98
-