- 10 Aug, 2012 35 commits
-
-
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
-
stevenjb@google.com authored
TBR=jennyz@chromium.org BUG=141744 Review URL: https://chromiumcodereview.appspot.com/10832238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150953 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
TBR=sky@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10831250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150951 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
Over the last week (or so) a couple of CLs had to be reverted because developers had not tested win_aura, specifically: 1. The default trybot rules don't include win_aura in enough cases 2. The CQ did not build win_aura BUG=141701 TBR=sky Review URL: https://chromiumcodereview.appspot.com/10831242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150950 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Includes a unit test to exercise this functionality. BUG=138384 TEST=Ensure that Chrome makes an HTTP request to the Variations server when it receives an auto update. Review URL: https://chromiumcodereview.appspot.com/10790116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150949 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
in the gpu process crashes. BUG=none R=apatrick Review URL: https://chromiumcodereview.appspot.com/10837196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150947 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=139965 Review URL: https://chromiumcodereview.appspot.com/10823187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150946 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Aug, 2012 5 commits
-
-
shadi@chromium.org authored
Add --local-server-port option that allows CNS to serve files from different server port. This allows us to serve files from an available local Apache port. BUG=140594 Review URL: https://chromiumcodereview.appspot.com/10824173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150944 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=chrome-os-partner:11070 Review URL: https://chromiumcodereview.appspot.com/10834249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150943 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150942 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10855089 Patch from Armand Navabi <navabi@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150940 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=138775 TEST=Visual Review URL: https://chromiumcodereview.appspot.com/10827253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150939 0039d316-1c4b-4281-b951-d872f2087c98
-