- 09 Jan, 2014 40 commits
-
-
ben@chromium.org authored
R=sky@chromium.org http://crbug.com/308846 Review URL: https://codereview.chromium.org/128753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244005 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- "kiosk_mode" should be "kiosk_enabled" - Fix the </code> tag. BUG=none TEST=Visit http://developer.chrome.com/apps/manifest/kiosk_enabled.html Review URL: https://codereview.chromium.org/132323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244004 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
based on https://codereview.chromium.org/96323002/ by Dan Beam BUG=317838 Review URL: https://codereview.chromium.org/127223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244003 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
On Chrome os managed mode, if we get a blocked navigation before session sync is set up we can't do anything with it. BUG=98892 Review URL: https://codereview.chromium.org/132263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244001 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=332177 TEST=manually and new unit test Review URL: https://codereview.chromium.org/128523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244000 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
To handle the case of multiple registration requests coming in at the same time, the ServiceWorkerJobCoordinator now keeps a queue of registration events for each pattern. When a new registration request comes in for a pattern, it looks to see if the most recent request (at the back of the queue) is identical, and if so, piggy-backs on that request rather than creating a new one. BUG=285976 Review URL: https://codereview.chromium.org/126603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243999 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Do this by computing bolding at the time results are fetched from the suggest server and keeping that same bolding regardless of what keys the user presses later. At the moment, this change only affects query suggestions, not navsuggestions. BUG=259486 Review URL: https://codereview.chromium.org/23164011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243998 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
ResourceThrottle so that the ResourceScheduler can eventually throttle closer to the start of network usage. This is the second step in the design doc: https://docs.google.com/document/d/1TSI3jwozVB_nueWJxzi8uKbgDfsGZRZqw8tvtD-P1Iw/edit?usp=sharing The third step is to create the new ResourceScheduler. BUG=328741 Review URL: https://codereview.chromium.org/129173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243994 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
BUG=307841 TEST=tools/perf/run_benchmark scheduler.tough_scheduling_cases Review URL: https://codereview.chromium.org/103143007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243993 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
to a ServerFieldType. This is necessary as some browser tests started failing when country changes caused DetailInputs for a section to be rebuilt even with the same type and contents. R=estade@chromium.org,groby@chromium.org BUG=331544 Review URL: https://codereview.chromium.org/130563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243992 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
(Relanding after missing activation bug fixed in https://codereview.chromium.org/131763003/) Previously the pixel buffer raster worker pool used a combination of polling and explicit notifications from the raster worker pool to decide when to tell the client about the completion of 1) all tasks or 2) the subset of tasks required for activation. This patch simplifies the logic by only triggering the notification based on the OnRasterTasksFinished and OnRasterTasksRequiredForActivationFinished calls from the worker pool. BUG=307841,331534 Review URL: https://codereview.chromium.org/99873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243991 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243990 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
$ git log def5b803e9..7124e396edf --date=short --format="%ad %ae %s" | sed 's/@chromium\.org//' 2014-01-09 maruel Convert read_only from a bool to an int with 3 levels. 2014-01-09 maruel Split all .isolate logic code from isolate.py into isolate_format.py. R=csharp@chromium.org BUG= Review URL: https://codereview.chromium.org/132153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243989 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=317523 Review URL: https://codereview.chromium.org/132013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243988 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Fix Feedback to use it's own profile in incognito/guest sessions and not redirect to the default profile. Also requires the extension to be loaded in split mode for incognito. R=asargent@chromium.org, xiyuan@chromium.org BUG=331197 Review URL: https://codereview.chromium.org/130233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243987 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This was asssuming that the visibile area has 0,0 origin. Move the code to ensure minimum visibility when added, from WorkspaceLayoutManager to DragWindowResizer. BUG=none TEST=WindowUtilTest.AdjustBoundsToEnsureWindowVisibility. This also fixes the test that was failing. TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/106303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243986 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This was causing an intermittent crash in the SelectionClear unit tests, since it cleared the TARGETS atom out of the list of offered types BUG=none Review URL: https://codereview.chromium.org/129763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243985 0039d316-1c4b-4281-b951-d872f2087c98
-
marshall@chromium.org authored
Fix delivery of percent full notifications from TracingController. This was broken by revision 242806. BUG=332056 TEST=Record with about:tracing Review URL: https://codereview.chromium.org/128403006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243984 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Nearly all instances of BindToLoop() can be replaced with BindToCurrentLoop(). The three instances of BindToLoop() that can't be replaced with BindToCurrentLoop() are better off not using BindToLoop() in the first place. BUG=167240 TBR=jam Review URL: https://codereview.chromium.org/66953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243983 0039d316-1c4b-4281-b951-d872f2087c98
-
hukun@chromium.org authored
R=kalman@chromium.org BUG=293681 Review URL: https://codereview.chromium.org/93743005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243980 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/127463003/jar@chromium.org authored
Reason for revert: Reverting on Canary to maintain port selection there. Will land on Dev branch. TBR=wtc@chromium.org,rch@chromium.org NOTREECHECKS=true NOTRY=true BUG=329255 Review URL: https://codereview.chromium.org/132603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243979 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Remove platform-specific handling for dictionary. R=rlp@chromium.org BUG=none Review URL: https://codereview.chromium.org/121523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243978 0039d316-1c4b-4281-b951-d872f2087c98
-
ziran.sun@samsung.com authored
BUG=314976 R=isherman@chromium.org Review URL: https://codereview.chromium.org/112663005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243977 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
This is to help debugging and make various failures less mysterious. R=darin@chromium.org, abarth@chromium.org Review URL: https://codereview.chromium.org/132283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243976 0039d316-1c4b-4281-b951-d872f2087c98
-
awatson@chromium.org authored
BUG= Temporary staged doc: http://ypd-ubiq182.dls.corp.google.com:8009/sdk/release-notes.html R=binji@chromium.org Review URL: https://codereview.chromium.org/129793006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243975 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
ui::TouchEvents now know the id of their source device. The target of a touch can't be effected by a touch on another display. BUG=315651 TEST=GestureRecognizerTest.GestureEventTouchLockIgnoresOtherScreens Review URL: https://codereview.chromium.org/103173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243974 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Review URL: https://codereview.chromium.org/132213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243973 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
empty object rather than skipping them altogether. This is more consistent with the expected behaviour of extension APIs. BUG=330559 R=jochen@chromium.org Review URL: https://codereview.chromium.org/129153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243972 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
There are 2 scenarios when the GLHelper becomes invalid: 1. On lost context. In this case, the OwnedMailbox is reset and the pointer is destroyed. However, the copy request result code would continue trying to use the OwnedMailbox regardless. Instead we can use this as a hint that the mailbox is no longer valid and abort the readback. 2. On shutdown. Once the RenderWidgetHostViewAura is shutdown, there is no way to easily tell if the GLHelper attached to the OwnedMailbox being stored in copy request callbacks is still alive. Since a readback on the RenderWidgetHostViewAura can not complete once the RWHVA class is destroyed anyways, we can destroy the contents of the OwnedMailboxes in flight at that time. This way when the readback is later aborted, the OwnedMailbox does not try to clean itself up with a potentially destroyed GLHelper. R=piman@chromium.org BUG=270918 Review URL: https://codereview.chromium.org/120913004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243971 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
LauncherItem adding/removing is repeated when a Window is dragged because it is reparented to DockedContainer during the dragging. ShelfWindowWatcher should prevent this removing when window is dragging. R=sky@chromium.org BUG=NONE TEST=ash_unittests --gtest_filter=ShelfWindowWatcherTest*.* Review URL: https://codereview.chromium.org/108313006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243970 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Update directories for resource files BUG=none NOTRY=true Review URL: https://codereview.chromium.org/62873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243969 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Also increase the states stored in the register to prevent the setup code from running multiple times per version if it fails to start one time. BUG=329023 Review URL: https://codereview.chromium.org/120963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243967 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://inspectfsamuel@chromium.org authored
BUG=332410 TBR=kaznacheev@chromium.org Review URL: https://codereview.chromium.org/125593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243966 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
This is third CL for adding an item for dialog. This cl adds new LauncherItemType, TYPE_DIALOG, and implements a context menu of item created by ShelfWindowWatcher. R=sky@chromium.org BUG=121242 TEST=NONE Review URL: https://codereview.chromium.org/107163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243965 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=292238 TEST=ash_unittests --gtest_filter=*ShelfLayoutManagerTest* Review URL: https://codereview.chromium.org/23591049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243964 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
As discussed - it's time to get rid of the GetDefaultProfile now. BUG=322682 TEST=covered by existing unit tests Review URL: https://codereview.chromium.org/128583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243963 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
The PixelBufferRasterWorkerPool checks whether raster tasks were throttled to avoid notifying the client that all pending tasks were completed too early. The current logic for this fails if tasks from the previous graph were still active when we schedule a new graph. In these situations we end up thinking some tasks were throttled and will not schedule the final sentinel task to indicate work completion. This can lead to delayed tree activation. The fix is to only consider tasks from the new work queue when seeing if any got throttled. BUG=331534 Review URL: https://codereview.chromium.org/131763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243962 0039d316-1c4b-4281-b951-d872f2087c98
-
mangini@chromium.org authored
Production AppEngine doesn't emit the proper mimetype for SVG automaticallly, requiring handling it in app code. To fix this bug, I just converted the CC logo to PNG. BUG=330040 NOTRY=true Review URL: https://codereview.chromium.org/119983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243961 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
rather than automatically; this allows them to be treated like web contexts rather than extension contexts, which allows the more complex bindings rules for making the messaging APIs (chrome.runtime.connect/sendMessage) available. Make them available. BUG=326250 R=koz@chromium.org Review URL: https://codereview.chromium.org/114803007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243959 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
Based on initial patch by rdevlin.cronin@chromium.org BUG=308355 Review URL: https://codereview.chromium.org/130393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243958 0039d316-1c4b-4281-b951-d872f2087c98
-