- 18 Nov, 2011 4 commits
-
-
eroman@chromium.org authored
BUG=10466 Review URL: http://codereview.chromium.org/8574078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110612 0039d316-1c4b-4281-b951-d872f2087c98
-
dgarrett@chromium.org authored
Presubmit checks now consider the presence of wstring to be an error, so switching all wstrings in courgette_tool to FilePath's as evanm had already called out in a TODO. BUG=chromiumos:22693 Review URL: http://codereview.chromium.org/8498032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110611 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
[I think the Windows shared builders just need to be clobbered.] [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 TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/8569003 TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/8561003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110609 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Fix HtmlDialogBrowserTest.SizeWindow for Linux + Aura + Chromeos==0. - Remove minimum_size_ from auralWindow and add an OnBoundsChanging to aura::WindowDelegate so that a delegate can apply bounds constriant; - NativeWidgetAura uses OnBoundsChanging to apply Widget's minimum size; - Remove minimum_size_ member from Widget because it is only used for widget with no frame (i.e. no non_client_view_) and such widget should have no minimum size; BUG=104412 TEST=Verify the HtmlDialogBrowserTest.SizeWindow should pass for Linux + Aura + Chromeos==0. Review URL: http://codereview.chromium.org/8574049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110608 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Nov, 2011 36 commits
-
-
dcheng@chromium.org authored
There will be a followup patch to finish the conversion for GpuCommandBufferStub. BUG=none TEST=compiles and passes try bots Review URL: http://codereview.chromium.org/8572047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110607 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Changes the compositor.gyp file to only include the tcmalloc allocator on linux when use_linux_tcmalloc is specified. This was conflicting with ASAN compile flags. BUG=none TEST=compile on linux with GYP_DEFINES='asan=1 linux_use_tcmalloc=0...' TBR=oshima@chromium.org, backer@chromium.org Review URL: http://codereview.chromium.org/8591029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110606 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
pools to net-internals events view. This can make reproducing some issues much less painful. Review URL: http://codereview.chromium.org/8590037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110605 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Started with r110580. BUG=104535 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/8558005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110603 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@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 TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/8569003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110602 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
file_manager_util namespace is consistent with other utils in the codebase (platform_util, mime_util, file_util), and is the preferred way in the google style guide to do this kind of thing. The FileManagerUtil class is never initialized and has no state. BUG=None, cleanup TEST=Compiles, tests pass. Review URL: http://codereview.chromium.org/8574054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110600 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-