- 10 Jul, 2012 37 commits
-
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10757002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145865 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of Chrome for Android upstreaming (and also needed to link unit_tests). Review URL: https://chromiumcodereview.appspot.com/10689107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145864 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=135251 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10697082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145863 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
* directory drag-and-drop should work for a USB drive etc * Media device intent should work on Windows BUG=134828,135010 TEST=manually tested TEST=IsolatedContext\* Review URL: https://chromiumcodereview.appspot.com/10713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145862 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145861 0039d316-1c4b-4281-b951-d872f2087c98
-
hayato@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10735027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145860 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
BUG=136313 Review URL: https://chromiumcodereview.appspot.com/10693120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145859 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Remote filesystems need to know when a plugin finished updating a local cache file in order to commit the change. This CL is to wire the notification of file close between the two components. Since writable OpenFile is not yet implemented for remote filesystem, the CL itself should not cause behavior change. BUG=132236 TEST=browser_tests --gtest_filter='*FileIO*' Review URL: https://chromiumcodereview.appspot.com/10541113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145856 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None Test=None Review URL: https://chromiumcodereview.appspot.com/10773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145855 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Hook up this flag for Android and enable it when building with the Android build system. Review URL: https://chromiumcodereview.appspot.com/10704079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145854 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145853 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=none TEST=compile Review URL: https://chromiumcodereview.appspot.com/10704124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145851 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://chromethakis@chromium.org authored
BUG=134372 TEST=none Review URL: https://chromiumcodereview.appspot.com/10764010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145849 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10690104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145845 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Previously, CACHE_TYPE_PINNED was set when the file was pinned but not yet fetched. This is awkward as the cache file is stored in either 'tmp' or 'persistent' directory. This is in preparation of removing sub_dir_type member from CacheEntry, which is in preparation of removing 'pinned' and 'outgoing' directories. This is yet another yak to shave. BUG=136390 TEST=out/Release/unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10765020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145844 0039d316-1c4b-4281-b951-d872f2087c98
-
cem.kocagil@gmail.com authored
BUG=136080 TEST=Try the steps in the bug report Review URL: https://chromiumcodereview.appspot.com/10701099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145843 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=136228 Review URL: https://chromiumcodereview.appspot.com/10758025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145842 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BufferedDataSource now receives buffering updates separate from loading state updates and no longer has to query the loader for what changed. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10692106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145841 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@chromium.org authored
This removes the work to calculate buffers' durations in WebMClusterParser and modifies SourceBufferStream to no longer need duration information to work. This allows us to fix several bugs. BUG=131695,136418 TEST=media_unittests, go/oiedsb no longer needs Abort()s to work Review URL: https://chromiumcodereview.appspot.com/10692053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145839 0039d316-1c4b-4281-b951-d872f2087c98
-
https://src.chromium.org/viewvc/chrome?view=rev&revision=145774cpu@chromium.org authored
It had green tries but I guess I missed an include<shellapi.h> Wires the "open in desktop" button of the metro plugin infobar It launches chrome in desktop (or creates a new tab) and transitions to desktop more. Also the help link is now final. TBR=ben BUG=133422 TEST= see bug comment 5 Review URL: https://chromiumcodereview.appspot.com/10758024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145838 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Previous patch has broken win_aura build so reverted. This also fixes the build breaks. Add ShelfLayoutManager::Observer for two cases: - AutoHide: catches the auto hiding status to close the tooltip property - FullScreen: catches the shelf visibility changes to close it too Check the visibility of Shelf itself in case of tooltip showing. Then the toolip won't show if the shelf is hidden. R=derat@chromium.org,davemoore@chromium.org BUG=133551 TEST=manually done on lumpy, made sure aura_shell_unittests passed Review URL: https://chromiumcodereview.appspot.com/10701051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145837 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=136413 Review URL: https://chromiumcodereview.appspot.com/10766008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145836 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/10753020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145835 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@google.com authored
This matches the behavior of when it's not fullscreen. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10763021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145834 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
RegisterComponent method call is used when the engine object register itself to ibus-daemon. BUG=126947 TEST=ran chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/10692123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145833 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145832 0039d316-1c4b-4281-b951-d872f2087c98
-
hayato@chromium.org authored
TBR= BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10750019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145831 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
Since the update of tools/build.xml in the Android SDK the way jar files are included has been changed. This fix makes sure jar files are correctly used in the build of content shell. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10763019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145826 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
(This reverts r145241.) BUG=135127 TBR=mattm@chromium.org Review URL: https://chromiumcodereview.appspot.com/10700100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145824 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
variable might contain quotes which makes the code in RecordUserReactionTime fail because strings don't match the expected commands. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10750013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145823 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145821 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Otherwise wrong URL is pasted when the active tab is changed during the drag and drop, and it neither matches the behavior of Chrome on other platforms (Win, Mac, Aura). BUG=94720, 103223 TEST=manually tested the following steps: 1) Open two tabs in a same window, with different URLs (say, a.com and b.org). 2) Start dragging the icon in the location bar of a.com tab. 3) While dragging, stay a while on b.org tab, and activate the tab. 4) Drop the URL to an empty space of the tab bar -> verify a.com is opened. Review URL: https://chromiumcodereview.appspot.com/10693088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145820 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Delay setting whether the layer should scale its content till we act upon the state change (set or clear external texture) BUG=136040 TEST=Manual R=piman TBR=ben Review URL: https://chromiumcodereview.appspot.com/10692114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145819 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
An implementation of the intro data source. This data source is used to get the intros for the APIs as well as construct the table of contents entries. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10750017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145818 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Found by: $ cpplint.py remoting/host/* 2>&1 | grep "guard has wrong" R=jamiewalch@chromium.org,alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10700129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145814 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=121007 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10759015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145810 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Set up signal that waits for expected active state transitioning. Make sure we consume previous notifications before waiting on new ones. BUG=135377 TEST=re-enabled Review URL: https://chromiumcodereview.appspot.com/10689082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145804 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jul, 2012 3 commits
-
-
binji@chromium.org authored
BUG=none TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10764002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145801 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
This adds a synthetic but slightly more complex unittest for the BPF compiler. BUG=130662 TEST= Review URL: https://chromiumcodereview.appspot.com/10693019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145800 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
Previous discussion on upstreaming Android clipboard is at: http://codereview.chromium.org/9264014/ The main difference here is that synchronization has been pulled into a separate class to make it simpler/clearer (and more correct). This also simplifies a great deal of the logic. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10695051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145798 0039d316-1c4b-4281-b951-d872f2087c98
-