- 10 Aug, 2012 40 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151010 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Remove static FromDocumentEntry from GDataEntry, GDataFile, GDataDirectory. Replace with InitFromDocumentEntry. * Move common code from GDataFile::InitFromDocumentEntry and GDataDirectory::InitFromDocumentEntry to GDataEntry::InitFromDocumentEntry. * Add GDataDirectoryService::FromDocumentEntry and use this everywhere. * Make ctors of GDataFile, GDataDirectory private, so these must be created by GDataDirectoryService's CreateGDataFile and CreateGDataDirectory. Make GDataEntry ctor protected. BUG=141494 TEST=unit tests. Review URL: https://chromiumcodereview.appspot.com/10854083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151008 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=141157 TEST=unit tests on daisy. Review URL: https://chromiumcodereview.appspot.com/10827223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151007 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151006 0039d316-1c4b-4281-b951-d872f2087c98
-
yutak@chromium.org authored
TBR=fmalita@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10825292 TBR=yutak@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151005 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=140106 Review URL: https://chromiumcodereview.appspot.com/10827246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151003 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=140508 Review URL: https://chromiumcodereview.appspot.com/10852017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151002 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
It is not failing anymore (the patch caused the failure is reverted). BUG=136169 Review URL: https://chromiumcodereview.appspot.com/10830255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151001 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151000 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10837200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150999 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
BUG=130138 TBR=brg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150998 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150997 0039d316-1c4b-4281-b951-d872f2087c98
-
yutak@chromium.org authored
TBR=fmalita@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10825292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150996 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=134169 TEST=Manual test by dragging frameless window Review URL: https://chromiumcodereview.appspot.com/10823195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150994 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
Add RegisterHandler() and UnregisterHandler(), which should be called before and after calls to UpdateRegisteredIds(). Use UnregisterHandler() on shutdown instead of UpdateRegisteredIds(_, ObjectIdSet()). Make SyncNotifierHelper non-thread-safe. Fix test breakages that this revealed. Also add GetAllRegisteredIds() instead of making it the return value of UpdateRegisteredIds(). Propagate UpdateRegisteredIds()/RegisterHandler()/UnregisterHandler() all the way up to ProfileSyncService. Make FakeSyncManager be created on the sync thread. Clean up SyncBackendHost startup/shutdown behavior a bit. BUG=140325 Review URL: https://chromiumcodereview.appspot.com/10824161 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150992 0039d316-1c4b-4281-b951-d872f2087c98
-
marcheu@chromium.org authored
Otherwise we might be on a different context and that triggers invalid drawable errors. BUG=none TEST=by hand, open an html5 video, reload it a bunch of times, close it, TEST=check for no weird invalid drawable error messages. Change-Id: Icc20efa35daf988edb1ecb2cb572e5b484719b35 Review URL: https://chromiumcodereview.appspot.com/10837199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150991 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add RegisterHandler() and UnregisterHandler(), which should be called before and after calls to UpdateRegisteredIds(). Use UnregisterHandler() on shutdown instead of UpdateRegisteredIds(_, ObjectIdSet()). Make SyncNotifierHelper non-thread-safe. Fix test breakages that this revealed. Also add GetAllRegisteredIds() instead of making it the return value of UpdateRegisteredIds(). Propagate UpdateRegisteredIds()/RegisterHandler()/UnregisterHandler() all the way up to ProfileSyncService. Make FakeSyncManager be created on the sync thread. Clean up SyncBackendHost startup/shutdown behavior a bit. BUG=140325 Review URL: https://chromiumcodereview.appspot.com/10824161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150990 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=141207 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150664 Review URL: https://chromiumcodereview.appspot.com/10832207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150989 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
BUG=141550 Review URL: https://chromiumcodereview.appspot.com/10825288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150987 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10827267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150986 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150985 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Now that http://trac.webkit.org/changeset/124954 has landed, let's tell WebKit that this plugin supports keyboard focus. BUG=120263 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150666 Review URL: https://chromiumcodereview.appspot.com/10831215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150984 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
TBR=yutak@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10830219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150983 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150982 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
In Chrome, it turns out that every Notification has a unique id. In the Ash implementation we need to track and update that id when an existing Bubble is updated. This also ensures that the UI is safely created initially (in case the initial asynchronous Update is delayed) to prevent crashes and to make Layout more consistent. Also includes some cleanup of the WebNotificationTray API. BUG=141285 Review URL: https://chromiumcodereview.appspot.com/10855079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150979 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150976 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
On Mac OS 10.8, opening a page on external monitor would cause the page to be rendered at the scale factor of the primary display. The problem is in RenderViewHostImpl::CreateRenderView. It uses the view to calculate the display scale factor but this doesn't work because the view hasn't been added to a window yet. My fix is to update the scale factor when -[RenderWidgetHostViewCocoa viewDidMoveToWindow:] is called. This CL also caches the scale factor. Note, for some reason I can't reproduce the bug on 10.7. On 10.7 the scale factor is also incorrect but for some reason the page is displayed correctly. I'm not sure what's going on. BUG=138039 TBR=sky Review URL: https://chromiumcodereview.appspot.com/10837154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150973 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=96459 Review URL: https://chromiumcodereview.appspot.com/10827189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150970 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
Store the histogram name in the local variable for debugging purposes when we crash. R=jar TBR=jam BUG=140688 TEST=base (histogram unit tests) and unit_tests. Review URL: https://chromiumcodereview.appspot.com/10831247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150969 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Maybe due to hans de-inlining functions: http://codereview.chromium.org/user/hans TBR=tonyg,cmp BUG=141783 Review URL: https://chromiumcodereview.appspot.com/10824249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150967 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=94925 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/10827269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150966 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=gbillock@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10834174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150965 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=140828 Review URL: https://chromiumcodereview.appspot.com/10827264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150963 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=141386 Review URL: https://chromiumcodereview.appspot.com/10855090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150962 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG=140828 Review URL: https://chromiumcodereview.appspot.com/10832231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150960 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This should fix test failures on windows bots caused by crrev.com/150946 TBR=dmichael@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150959 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=6944 TEST=sbox_integration_tests Review URL: https://chromiumcodereview.appspot.com/10837151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150957 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=140306 Tested: Added new browser tests! Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150654 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150863 Review URL: https://chromiumcodereview.appspot.com/10830072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150956 0039d316-1c4b-4281-b951-d872f2087c98
-
bashi@chromium.org authored
Eliminate some memory leaks. BUG=139709 TEST=ran layout tests. Review URL: https://chromiumcodereview.appspot.com/10824101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150955 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
This change makes HitTest more general by allowing hit tests on rects. Hit testing on a point can be done by calling View::HitTestPoint, which calls View::HitTestRect with a rect of width and height 1. Since gesture events can now store a bounding box to represent the area of the gesture rather than just a single point, this change is needed for the implementation of gesture target fuzzing in views (https://chromiumcodereview.appspot.com/10790019/). BUG=129794 Review URL: https://chromiumcodereview.appspot.com/10827198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150954 0039d316-1c4b-4281-b951-d872f2087c98
-