- 22 Nov, 2011 40 commits
-
-
hans@chromium.org authored
BUG=104950 TEST=content_unittests Review URL: http://codereview.chromium.org/8633014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111194 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=93804 TEST=none Review URL: http://codereview.chromium.org/8490029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111193 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8461017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111192 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Review URL: http://codereview.chromium.org/8644002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111191 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is part 2 of the UpdateLibrary to UpdateEngineClient migration. UpdateLibrary will be removed in the next patch. BUG=chromium-os:16564 TEST=confirm that the update works as before from chrome://settings/about and OOBE screen. Review URL: http://codereview.chromium.org/8585025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111190 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
DataFetcher is the hardware and platform-specific data getter that talks to OS level interfaces for each platform and fill in a structure provided to it. Currently only Windows is here. Provider is a manager for the background thread that the DataFetcher runs on, and interacts with the rest of browser. This is part of a larger patch, the remainder of which is at http://codereview.chromium.org/8345027/ BUG=79050 Review URL: http://codereview.chromium.org/8568029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111189 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=104813 TEST=CookieManagerTest.InvalidExpiryTime Review URL: http://codereview.chromium.org/8473010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111188 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Remove dependencies from automation on testing libraries that pull in gtest / gmock directly or indirectly. Do this by pulling ASSERTs out of chrome code and putting them into test code instead. Also delete some unused code. BUG=none TEST=none Review URL: http://codereview.chromium.org/8584013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111187 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
They are stored in chrome/test/data/layout_tests/LayoutTests in svn or old git workflow. and in third_party/WebKit/LayoutTests in new git workflow. This change adds new query key chrome::DIR_LAYOUT_TESTS to PathService::Get(). Using this interface, each test easily get suitable path for their layout tests. BUG=105104 TEST=browser_tests; ui_tests Review URL: http://codereview.chromium.org/8641002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111186 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
TBR=jam BUG=100862 TEST=open Flicker-test2.html from attachment of http://code.google.com/p/chromium/issues/detail?id=77126, verify that the slider widget does not randomly flicker Review URL: http://codereview.chromium.org/8536049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111185 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8632001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111184 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Fix mock expectations. TEST=out/Release/browser_tests --gtest_filter=LoginProfileTest.UserNotPassed; out/Release/browser_tests --gtest_filter=LoginUserTest.UserPassed BUG=chromium-os:2335 Review URL: http://codereview.chromium.org/8639008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111183 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
BUG=102903 TEST=compile Change-Id: I9334cd15458709b467ed768b8a89ff41c178ce34 R=backer@chromium.org,dnicoara@chromium.org Review URL: http://codereview.chromium.org/8549024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111182 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
StopCaching is called if there is no network transaction, or the entry is sparse. BUG=105041, 22900 TEST=net_unittests Review URL: http://codereview.chromium.org/8633001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111181 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
We now delete the temporary file created when generating MHTML from the extension API. BUG=97489 TEST=The MHTML extension API should still work. Review URL: http://codereview.chromium.org/8530003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111180 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This switches HistoryDatabase to composition, so the clients doesn't have to depend/include starred_url_database.h anymore. NOTE: This was a TODO for sky@. R=sky@chromium.org Review URL: http://codereview.chromium.org/8550006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111179 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
webkit_appcache.gypi properly when not inside a chromium build. TBR=tony@chromium.org Review URL: http://codereview.chromium.org/8636003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111178 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
BUG=104992 TEST=See bug description. Review URL: http://codereview.chromium.org/8592003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111177 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=105046 Review URL: http://codereview.chromium.org/8638015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111176 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=105046 Review URL: http://codereview.chromium.org/8635010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111175 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=101146 TEST=none R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8640003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111174 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Review URL: http://codereview.chromium.org/8423038 TBR=skyostil@google.com Review URL: http://codereview.chromium.org/8633020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111173 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=101146 TEST=none R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8636016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111172 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
Have panels respond to changes in work area on Linux. This includes switching taskbar to/from auto-hide as well as changes to screen resolution. - Factored out the part of code that listens to X property changes from ActiveWindowWatcherX into a separate class. - Implemented a watcher for work area changes. - Add hook-up for PanelManager to respond to the changes. - This change also handles user switching between auto-hide vs non auto-hide mode of taskbar. TEST=Manual. Create panels. Switch to auto-hide and see them move them move. BUG=102719 Review URL: http://codereview.chromium.org/8595003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111171 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@google.com authored
This change moves the OpenGL ES and EGL header files from gpu/ to a new third_party/khronos/ directory. The headers are also rebased to the latest upstream versions. BUG=102824 TEST=none Review URL: http://codereview.chromium.org/8423038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111170 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=104141 TEST=Tested on alex trying to push modifier keys to remove focus from lock screen. Review URL: http://codereview.chromium.org/8573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111169 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This renames methods in aura::Window, views::Widget, and gfx::Layer. "MoveAbove" becomes "StackAbove" and "MoveToFront" becomes "StackAtTop". BUG=none TEST=built it Review URL: http://codereview.chromium.org/8620002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111168 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
BUG=Dangerous download warning in download shelf shows icon a few pixels too low. TEST=Start downloading something dangerous. Check that the warning icon is centered. Review URL: http://codereview.chromium.org/8548016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111167 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Review URL: http://codereview.chromium.org/8588058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111166 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8607001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111165 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8558015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111164 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Automated tests for this dialog are pending in crbug.com/104164. BUG=98027 TEST= Review URL: http://codereview.chromium.org/8547017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111163 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111162 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8615004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111161 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=chromium-os:23210 TEST=Manual: on the Login screen, users who selected profile image but don't have one should be displayed with a gray avatar. Review URL: http://codereview.chromium.org/8634007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111160 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium:101618 TEST=Load a page. Open Tools -> Task manager and kill the process for rendering the page. On the killed process page, click on the "Reload" button. Review URL: http://codereview.chromium.org/8574074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111159 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
ssl_false_start_blacklist_process needs to be built and executed in the host environment. This was introduced by r95907. BUG= TEST= Review URL: http://codereview.chromium.org/8586054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111158 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Instead we simply never save this down to the policy blob. BUG=chromium-os:14054 TEST=Existing tests should still pass. Review URL: http://codereview.chromium.org/8168010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111157 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
BUG=87770 TEST=new unit tests added with this CL. Review URL: http://codereview.chromium.org/8502033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111156 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This replaces the snapshotting code in the pixel tests with the code used to get screenshots for reporting issues. Added a bounds parameter to window_snapshot.cc so that we can take a picture of just the tab contents and not have to rebaseline with chrome ui changes. BUG=None TEST=None Review URL: http://codereview.chromium.org/8523022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111155 0039d316-1c4b-4281-b951-d872f2087c98
-