- 17 Nov, 2011 40 commits
-
-
enne@chromium.org authored
Threaded compositing doesn't ever call DoDeferredUpdate, so never has a chance to send the resize ack via an update message back to the browser. Fix by piping through didBeginFrame (called at the beginning of a main thread frame) and didFinishFrame (called during the client side OnSwapBuffers when a main thread frame has been committed). This patch queues up update messages during didBeginFrame and then sends them out during the corresponding didFinishFrame. BUG=103776 TEST=run with threaded compositing, resize page multiple times Review URL: http://codereview.chromium.org/8528006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110599 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=16092 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/8591039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110598 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This CL includes a Python script, remoting.py, that sets up and runs a virtual X session and host process. It also includes a remoting_me2me_host executable target, which is a simplified version of remoting_simple_host, using the config files that remoting.py sets up. remoting.py uses Xvfb which needs to be installed (sudo apt-get install xvfb). BUG=None TEST=None Review URL: http://codereview.chromium.org/8511029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110597 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
corresponding change in CaptureVideoDecoder and RTCVideoDecoder due to pull model used in media VideoRenderer 1. Recent refactoring in media stack went back to pull model between VideoDecoder and VideoRenderer. Necessary change is needed in VideoDecoder subclasses. 2. fix racing condition during video capture shutdown. Now VideoCaptureImpl is guaranteed to be deleted after all events have been processed. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8528045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110596 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=willchan@chromium.org,stoyan@chromium.org Review URL: http://codereview.chromium.org/8591009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110595 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
If the call to SetWebsiteSetting() fails, the value is still owned by the caller and must be deleted. BUG=none TEST=none R=bauerb@chromium.org Review URL: http://codereview.chromium.org/8592001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110594 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ben@chromium.org Review URL: http://codereview.chromium.org/8585035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110593 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
This reverts commit 567376dd. BUG=103497 TEST=NONE Review URL: http://codereview.chromium.org/8589026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110592 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Aura doesn't support minimized window. BUG=104571 TEST=none Review URL: http://codereview.chromium.org/8585014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110591 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Patch by robert.nagy@gmail.com: http://codereview.chromium.org/8499029/ TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/8590045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110590 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=python $DEPOT_TOOLS/watchlists.py clipboard matches Review URL: http://codereview.chromium.org/8574077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110589 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
[Committing for pbrophy@adobe.com. Original review: http://codereview.chromium.org/8138008/ .] This change supports audio capture from the microphone and supplies the data through a Pepper interface. Its enumeration is limited to the default audio device that uses mono 44.1kHz. TBR=tony@chromium.org Review URL: http://codereview.chromium.org/8574029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110587 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Probably the awesomest patch evar BUG=none TEST=compiles! Review URL: http://codereview.chromium.org/8590041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110586 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
This was breaking a variant of the current macro, so I defined a no-op for the "code" values. r=slightlyoff BUG=103830 Review URL: http://codereview.chromium.org/8511083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110585 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Patch by robert.nagy@gmail.com: http://codereview.chromium.org/8499029/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110584 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
This is where the UI will be notified when a malicious binary is being downloaded. The UI currently does not support displaying a warning after the download started. We'll fix that in a separate CL. BUG=102540 TEST=No visible changes. Review URL: http://codereview.chromium.org/8468020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110583 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=chromium-os:23108 TEST=None Review URL: http://codereview.chromium.org/8574067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110582 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=100276 R=thestig@chromium.org Review URL: http://codereview.chromium.org/8513023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110581 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=104560 TEST=ui_tests {OutOfProcessPPAPITest,PPAPITest}.Flash Review URL: http://codereview.chromium.org/8589009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110580 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
nits I noticed along the way. BUG=104387 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8586033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110579 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
This includes never unsetting the encryption status of a type once it has been set. BUG=104218 TEST=unit_tests Review URL: http://codereview.chromium.org/8564032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110578 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
ProcessUpdatesCommand was the only child of ModelChangingSyncerCommand to override this function. Since it is special, let's just treat it specially in syncer.cc rather than modifying ModelChangingSyncerCommand to suit its needs. BUG=36594 TEST= Review URL: http://codereview.chromium.org/8510079 TBR=rlarocque@chromium.org Review URL: http://codereview.chromium.org/8586042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110572 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Use NaCl's code rather than base::SharedMemory to create the shared memory object to whose mappings NaCl needs to apply PROT_EXEC. We'll be changing that NaCl code to deal with the Linux cases where shm_open objects cannot have PROT_EXEC applied to their mappings. BUG= http://code.google.com/p/chromium/issues/detail?id=103377 TEST= nacl_integration R=mseaborn@chromium.org Review URL: http://codereview.chromium.org/8574065 TBR=mcgrathr@chromium.org Review URL: http://codereview.chromium.org/8587055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110571 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none Review URL: http://codereview.chromium.org/8523037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110570 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
to read a Variant of uint32 instead of a uint32, as specified by the Properties.Get interface. R=satorux@chromium.org,willchan@chromium.org BUG=104637 Review URL: http://codereview.chromium.org/8591021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110569 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8591004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110567 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
The lack of a "virtual" on InitialBrowserWindowObserver's destructor generates an error on the linux_chromeos_clang builder. BUG=none TEST=none Review URL: http://codereview.chromium.org/8586039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110566 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8574047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110565 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8488014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110564 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Clang doesn't like the destructor to be inlined in .h file. ./chrome/browser/chromeos/input_method/candidate_window_view.h:32:3: error: [chromium-style] Complex destructor has an inline body. The error was caused by crrev.com/110492 TEST=chrome builds BUG=none Review URL: http://codereview.chromium.org/8585043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110563 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none Review URL: http://codereview.chromium.org/8590012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110562 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none Review URL: http://codereview.chromium.org/8513020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110561 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
BUG=chromium-os:21360 TEST=Verified power button is visible on Cr48 Verified power button is invisible when there is no battery Verified power button is invisible in vm PowerMenuButtonBrowserTest.* Review URL: http://codereview.chromium.org/8536048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110560 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
Enable isSearchProviderInstalled from the HTML 5 spec for all platforms http://dev.w3.org/html5/spec-author-view/system-state-and-capabilities.html#dom-external-issearchproviderinstalled There is still some clean to do after this to remove now dead code and strings, but this does the externally visible part. BUG=100946 TEST=SearchProviderTest.* Review URL: http://codereview.chromium.org/8486025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110559 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
r110491 commented the guards to let the builders test the code. This change reenables them. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110558 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
Use NaCl's code rather than base::SharedMemory to create the shared memory object to whose mappings NaCl needs to apply PROT_EXEC. We'll be changing that NaCl code to deal with the Linux cases where shm_open objects cannot have PROT_EXEC applied to their mappings. BUG= http://code.google.com/p/chromium/issues/detail?id=103377 TEST= nacl_integration R=mseaborn@chromium.org Review URL: http://codereview.chromium.org/8574065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110557 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=104258 TEST=See bug for repro steps. Review URL: http://codereview.chromium.org/8468032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110556 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
ProcessUpdatesCommand was the only child of ModelChangingSyncerCommand to override this function. Since it is special, let's just treat it specially in syncer.cc rather than modifying ModelChangingSyncerCommand to suit its needs. BUG=36594 TEST= Review URL: http://codereview.chromium.org/8510079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110555 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8589012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110554 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
It shows a graph of open/active sockets, open URL requests, open DNS requests, up/down bandwidth, and disk cache bandwidth. BUG=99386 TEST=NetInternalsTest.NetInternalsTimelineView* Review URL: http://codereview.chromium.org/8474001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110553 0039d316-1c4b-4281-b951-d872f2087c98
-