- 10 Jan, 2014 6 commits
-
-
rvargas@chromium.org authored
The IndexTable controls what entries are stored in the cache. This class provides a memory-only view of the underlying structures that store "the index" BUG=241277 TEST=net_unittests Review URL: https://codereview.chromium.org/53313004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244027 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Use a Finch Experiment to control the Browser Blacklist > > 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 TBR=csharp@chromium.org Review URL: https://codereview.chromium.org/132043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244026 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
These methods were added to the GLHelper recently, so we don't need them in both places. They're actually just used by deprecated code we'll remove very soon, but this removes them from the API. R=piman@chromium.org BUG=332998 Review URL: https://codereview.chromium.org/132473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244025 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/132353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244024 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
Patch Set 1 and 2 are import of the original CL: https://codereview.chromium.org/82033002/ BUG=245126 Review URL: https://codereview.chromium.org/117603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244023 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
This also fixes an issue where the java side would be deleted when calling launchShell, but the native counter part was not being cleaned up. BUG=330902 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/117403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244022 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jan, 2014 34 commits
-
-
oshima@chromium.org authored
> Fix AdjustBoundsToEnsureWindowVisibility to work with non primary display bounds > 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 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/131543006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244021 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Target touches to the correct display. > > 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 TBR=tdresser@chromium.org Review URL: https://codereview.chromium.org/132363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244020 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@google.com authored
BUG=330461 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244019 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
The JobQueue wasn't deleting the jobs after they finished. TBR=kinuko@chromium.org BUG= Review URL: https://codereview.chromium.org/132823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244016 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It should ignore the src/ directory. BUG=332664 TEST=None TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244015 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
1. Fix error in check for runnable pages in session_restore_with_url 2. Add page sets to google storage. Also had to change the page set, because when I tried to use the latest version of news.bbc.co.uk on mobile it was asking if I wanted to install the mobile app. BUG= Review URL: https://codereview.chromium.org/132593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244014 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Create ExtensionSystem and register its dependencies from the ExtensionsBrowserClient interface. * Create and tear down BrowserContextKeyedServices using the dependency manager like you're supposed to do it. * Don't register AppLoaderServiceFactory - we don't use it anymore. * Remove the "custom instance" code to ExtensionSystem::Get() - it was kind of hacky. BUG=none TEST=Launch app_shell then close the window. No crash. Review URL: https://codereview.chromium.org/118043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244013 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244012 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/132363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244011 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
> Docserver: Support markdown for HTML content. > > R=kalman@chromium.org > BUG=293681 > > Review URL: https://codereview.chromium.org/93743005 TBR=hukun@chromium.org Review URL: https://codereview.chromium.org/132753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244010 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
This API follows the design at https://docs.google.com/a/google.com/document/d/1rlwmFhf7VCX8mfrBok8wqXNgvr_ERhL2k6Fqha-pgIo/edit?disco=AAAAAHos8Y8# c++ interface will be implemented in a separate CL. It defines new objects for the consumption of media audio tracks based on the private VideoSource/VideoDestination classes. BUG=330851 Review URL: https://codereview.chromium.org/126373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244009 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
The previous cl was reverted due to a missing edit to a new file introduced right before my commit. BUG=325813 TBR=komatsu@chromium.org TEST=build passes Review URL: https://codereview.chromium.org/132453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244007 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=benwells@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/128263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244006 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-