- 06 Nov, 2013 40 commits
-
-
jam@chromium.org authored
The original fix stopped working with the new style of dialogs, since they're not parented to the WebContents anymore but instead to its parent. It also turns out we don't need to watch out for transient windows, as they're now top level ones with their own HWND so clipping works through the OS and we don't need to do anything special. BUG=299224 R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233297 Review URL: https://codereview.chromium.org/53153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233398 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Also added PS_EXIT_MESSAGE to ppapi_simple; this will prevent exit() from being called when the main() function returns. Instead, it will PostMessage to JavaScript. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/61213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233397 0039d316-1c4b-4281-b951-d872f2087c98
-
mikhal@google.com authored
This cl cleans up the video receiver from handling the raw frames, and will align the frame handling of the cast vp8 decoder and the chromium/ffmpeg h264 decoder (to be added). Review URL: https://codereview.chromium.org/59753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233396 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=314959 TEST=unit_tests R=groby@chromium.org Review URL: https://codereview.chromium.org/58913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233395 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
Needed to create new class, mimicking SimpleAPIPermission, as opposed to inheriting from SetDisjunctionPermission, since we just needed to construct strings dynamically with extension properties. BUG=306128 Review URL: https://codereview.chromium.org/55533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233394 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
TBR=antrim@chromium.org BUG=279307,312751 Review URL: https://codereview.chromium.org/33173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233393 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Part of moving ExtensionProcessManager to src/extensions BUG=313481 TEST=compiles R=yoz@chromium.org TBR=finnur@chromium.org for chrome/browser/ui/webui/extensions Review URL: https://codereview.chromium.org/61823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233391 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
r232311 was reverted due to a crash bug at shutdown. This is simply a reland because the crash bug has been fixed by r233015. See also crbug.com/314567 BUG=312365, 314567 TBR=xiyuan@chromium.org TEST=manually Review URL: https://codereview.chromium.org/59283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233390 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
The M32 has branched. This patch enables suggest-an-apps dialog by reverting r232715. BUG=313877 TEST=none TBR=mtomasz@chromium.org Review URL: https://codereview.chromium.org/59223004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233389 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
PushIfNeeded was pushing unconditionally when either the source or destination directory included a symbolic link it its path. This CL fixes that. NOTRY=True BUG=314578 Review URL: https://codereview.chromium.org/57633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233387 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
In the current implementation, DomDistillerDatabase cannot be deleted on the main thread, instead the user must call ::Destroy(), and then let the database delete itself on its task runner. This is awkward and sort of leaks implementation details out of that class. Second, currently the parts of DomDistillerDatabase on each thread are doing some ad hoc method of checking their thread restrictions. Using ThreadChecker is better, though it loses some flexibility from checking TaskRunner::RunsTasksOnCurrentThread (maybe there should be something like a TaskRunnerChecker for that). Now: 1. no functions are called on DomDistillerDatabase off of the main thread 2. DomDistillerDatabase::LevelDB enforces that function calls and destructor all run on the same thread 3. DomDistillerDatabase can be deleted on the main thread Review URL: https://codereview.chromium.org/56193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233386 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
Align the interface of TestHarness defined in gpu_tests/webgl_conformance.py with that in third_party/webgl_conformance. This is a re-submit of https://codereview.chromium.org/58833003, which was reverted due to bot failures. BUG=314997 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/63243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233384 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/56123010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233383 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This CL also fixes gfk::NativeRegion leaks in DesktopRootWindowHost for Windows & X11. BUG=310932 Review URL: https://codereview.chromium.org/54983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233382 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
BUG=None Test=None, Cleanup. Review URL: https://codereview.chromium.org/54303009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233381 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Split the draw gutter quads into two regions -- one to be drawn with the overhang texture and the other to be drawn with the the background color. BUG=314767 Review URL: https://codereview.chromium.org/53303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233380 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233379 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@google.com authored
R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/62833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233378 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
new avatar menu button instead of the old. BUG=302037 Review URL: https://codereview.chromium.org/53153009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233376 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Rather than AutofillDownloadManager obtaining the PrefService to use from BrowserContext, have AutofillDownloadManager's creator supply it with the PrefService to use. Incremental step toward abstracting BrowserContext knowledge out of AutofillDownloadManager. BUG=303050 Review URL: https://codereview.chromium.org/49303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233375 0039d316-1c4b-4281-b951-d872f2087c98
-
jadahl@opera.com authored
Instead of assuming every released resource could be potentially reusable, manage a list of busy resources and a list of immediately reusable resources. A busy resource is one which can not be locked for write. Recheck busy resources before the tile manager is to schedule new tasks, in AssignGpuMemoryToTiles(). If this operation becomes too expensive, the CheckBusyResources() function should only be called if some resource(s) are returned from the parent compositor or when ResourcePool releases some resource. BUG= Review URL: https://codereview.chromium.org/43753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233374 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Review URL: https://codereview.chromium.org/24544004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233373 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
MessageReceiver is the interface used by the generated proxies and stubs to transmit messages. Connector is responsible for reading and writing those messages on a MessagePipe. A Connector "is a" MessageReceiver so that it can accept outbound messages, and "has a" MessageReceiver so it can dispatch incoming messages. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/54743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233372 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
This ensures that no PageGroupLoadDeferrers will be on the stack when processing ViewMsg_SwapOut, which would lead to an ASSERT. BUG=312490 TEST=Start a cross-process navigation and show a loop of alerts before commit. R=cdn@chromium.org, darin@chromium.org Review URL: https://codereview.chromium.org/50223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233371 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Review URL: https://codereview.chromium.org/52093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233368 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Add a method to WebDatabaseObserver to close a database without holding on to an actual WebDatabase. This will make it possible to decouple the lifetime of WebDatabase and the database thread. BUG=249502 R=jam@chromium.org Review URL: https://codereview.chromium.org/50883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233367 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Converts to and from Cast API types. Also fixed a couple issues to match the API between Cast and Extensions API. Cast Extensions API is now fully redirected to Cast native APIs. Minus the conversion of MediaStreamTrack. BUG=301920 Review URL: https://codereview.chromium.org/47343005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233366 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
This CL removes code duplication around storage partition related data removal code from BrowsingDataRemover and re-uses StoragePartition::ClearData* method. BUG=180118 Test= Review URL: https://codereview.chromium.org/37843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233365 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
Updated expectations to account for tests that will begin failing after the conformance test harness is fixed BUG=314997 R=zmo@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233326 Review URL: https://codereview.chromium.org/59853009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233363 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crrev.com/233323joaodasilva@chromium.org authored
R=kalman@chromium.org TBR=pastarmovj@chromium.org BUG=313906 Review URL: https://codereview.chromium.org/60323006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233359 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Added chrome/renderer/nacl and OWNERS Requires the following blink change: https://codereview.chromium.org/14773025/ BUG=239656 R=jam@chromium.org, marja@chromium.org, teravest@chromium.org Review URL: https://codereview.chromium.org/14588009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233356 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233353 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
- events_base (built by most people) - defining some basic utilities. - events (built by users of aura/views) - the ui::Event type & friends. Prior to this there was one target, and platforms that did not want ui::Event would exclude those files explicitly, making it hard to build those files on those platforms without breaking other components. R=sadrul@chromium.org BUG=none Review URL: https://codereview.chromium.org/57433011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233345 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
Enforces 10px visibility when dragging between displays. This scenario is possibly overlooked in https://codereview.chromium.org/21979005. BUG=314696 TEST=ash_unittests --gtest_filter=*WindowDragWithMultiDisplays:*WindowDragWithMultiDisplaysRightToLeft Review URL: https://codereview.chromium.org/57963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233344 0039d316-1c4b-4281-b951-d872f2087c98
-
verwaest@chromium.org authored
R=jkummerow@chromium.org TBR=jkummerow@chromium.org BUG= Review URL: https://codereview.chromium.org/60733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233343 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Previously, ET_GESTURE_SHOW_PRESS was causing the omnibox to not select all text. ET_GESTURE_SHOW_PRESS is now ignored by the omnibox. BUG=313135 TEST=OmniboxViewViewsTest.SelectAllOnTap Review URL: https://codereview.chromium.org/55893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233342 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=302461 TEST=No new ones. Existing tests cover this code well enough. Review URL: https://codereview.chromium.org/50293011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233341 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
An adapter for PrivetDeviceLister that checks /privet/info and outputs only devices that support /privet/printer/submitdoc. BUG=311390 Review URL: https://codereview.chromium.org/48113019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233340 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
- move launcher_button_host.h from launcher/ to shelf/ - rename to shelf_button_host.h BUG=248353 TEST=None, no functional changes R=harrym@chromium.org,jamescook@chromium.org Review URL: https://codereview.chromium.org/57453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233337 0039d316-1c4b-4281-b951-d872f2087c98
-