- 17 Oct, 2012 40 commits
-
-
vitalybuka@chromium.org authored
BUG=156374 TBR=robertshield NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11189036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162449 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
We should not handle DCHECK failures, read http://dev.chromium.org/developers/coding-style#TOC-CHECK-DCHECK-and-NOTREACHED- for more information. R=pkasting@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/11155002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162448 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=154989 TEST=Manually check "Swap primary monitor" is not shown on keyboard overlay Review URL: https://codereview.chromium.org/11185031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162447 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162446 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Add ability to leave size and checksum blank in the manifest and have it be filled in based by downloading the current files. Add -v/--verbose option which prints more information. Add -d/--debug option which will show backtraces for Errors() which is not normally useful. When in --dryrun mode write the generated file locally along with the current online one and show a diff of the two. BUG=155906 Review URL: https://chromiumcodereview.appspot.com/11200002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162445 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@chromium.org authored
Removal of normalization support for collator (on by default). See https://codereview.appspot.com/6693045/ for details. BUG=28604 TEST=Test added to the v8-i18n library that checks proper behavior. Review URL: https://chromiumcodereview.appspot.com/11203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162444 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=151841 Test=None R=shess TBR=jamesr,erikwright Review URL: https://chromiumcodereview.appspot.com/11111021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162443 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
- Browser Plugin: Add HTML5-like postMessage support This is an implementation of HTML5-like postMessage support for the browser plugin. It works as follows: In BrowserPluginEmbedder:NavigateGuest, the browser process creates two swapped out RenderView: A swapped out RenderView for the guest in the embedder render process and a swapped out RenderView for the embedder in the guest render process. The guest RenderView in the embedder process can be accessed via browserPlugin.contentWindow or through the MessageEvent object received from the guest, event.source. The embedder RenderView in the guest process can be accessed through the MessageEvent object on message events, event.source. BrowserPluginEmbedderHelper, and BrowserPluginGuestHelper intercept ViewHostMsg_RouteMessageEvent messages from the swapped out RenderViews and route them appropriately. Note: BrowserPluginBindings now registers add/removeCustomEventListener instead of add/removeEventListener so that the default WebKit implementations are not shadowed by the custom implementations to allow for WebKit MessageEvents to be registered. BUG=141238 Review URL: https://chromiumcodereview.appspot.com/10829225 TBR=fsamuel@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162442 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162440 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Enable AudioLayoutTest.AudioConstructor and AudioLayoutTest.AudioConstructorSrc now that the bug is fixed. BUG=154157 Review URL: https://codereview.chromium.org/11192032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162435 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
The compositor contexts handle flushes themselves, so they don't need the automatic flushes, which can hurt performance. BUG=152393 Review URL: https://chromiumcodereview.appspot.com/11099029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162434 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162433 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Sometimes FramePainter is deleted without its window's OnWindowDestroying, so removing the kSoloWindowFramePainterKey property explicitly at the destructor. Also this CL adds the checks of painter's frame_ and its non_client_view() since they may be NULL on window destroying timing on test. BUG=155634 TEST=ash_unittests passed with the new test Review URL: https://chromiumcodereview.appspot.com/11194015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162432 0039d316-1c4b-4281-b951-d872f2087c98
-
tansell@google.com authored
When running build/install-chroot.sh to setup a Lucid64 environment for testing on a Ubuntu Precise box the script fails with sudo: lucid64: command not found This is because in Ubuntu Precise root does not have /usr/local/bin in the path. Most references use the full path, this changes the remaining to do so too. BUG=155451 Review URL: https://chromiumcodereview.appspot.com/11187019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162431 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/11186008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162430 0039d316-1c4b-4281-b951-d872f2087c98
-
tansell@google.com authored
crond is another one of these applications which gets automatically started by many things. BUG=155452 Review URL: https://chromiumcodereview.appspot.com/11191019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162429 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Don't run StatusTrayWinTest.ClickOnIcon on bots since it fails on them. It does pass locally though. BUG=156370 Review URL: https://codereview.chromium.org/11198033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162428 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162424 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Try bots: https://codereview.chromium.org/11191023 TBR=danakj Review URL: https://codereview.chromium.org/11196010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162423 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
Show number of uknown instrumented objects on a single graph for all test sites. No need to show each graph separately as our final goal is to make all of them flat zeros. BUG=None TBR=dennisjeffrey Review URL: https://chromiumcodereview.appspot.com/11188036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162422 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=ben@chromium.org,nkostylev@chromium.org TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/11201002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162420 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Unfortunately, the prerender histograms mechanism for determining origin was basically a global variable; when multiple prerenders can be in flight at the same time, this doesn't work so well. To fix this, track the origin of prerenders in the PrerenderData and in the structure keeping track of prerendered web_contents, and pass explicit origins in for histogram recording. The "wash" determination still uses the window, which is the same as the TTL, and so it's passed in at initialization rather than being another constant in prerender_histograms.cc. BUG=None Review URL: https://chromiumcodereview.appspot.com/11028037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162418 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=155501 TEST=none Review URL: https://chromiumcodereview.appspot.com/11149009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162416 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
According to comment to HttpStream::ReadResponseBody() 0 means end of response while HttpResponseBodyDrainer treated it as error. BUG=154712 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/11112021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162415 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11198019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162414 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
We should use DCHECK_EQ whenever possible. R=pkasting@chromium.org Review URL: https://codereview.chromium.org/11148007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162413 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
When app windows are maximized the normal window frame is replaced with a special AppNonClientFrameViewAura. This adds a test for frame replacement on maximize, restore and minimize. BUG=156093 TEST=added test to browser_test AppNonClientFrameViewAuraTest Review URL: https://chromiumcodereview.appspot.com/11192004 TBR=jamescook@chromium.org Review URL: https://codereview.chromium.org/11191028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162412 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
http://codereview.chromium.org/10912173/ constructs the DownloadFile, and thus the BaseFile, on the UI thread and then passes it to the FILE thread. DownloadFile / BaseFile may be constructed with a FileStream to which to write the download. The FileStream cannot be passed by linked_ptr<> in this case, as that is not thread safe. BUG=123998 R=benjhayden@chromium.org Review URL: https://chromiumcodereview.appspot.com/11028131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162411 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The android gyp backend has been updated to introduce an "android_unmangled_name" target option, which allows the backend to skip mangling the name of designated targets. Turn this on for libwebview in order that it's generated as libwebview.so instead of lib_android_webview_libwebview_gyp.so which was rather confusing. BUG= Review URL: https://codereview.chromium.org/11198030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162410 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=145875 Review URL: https://chromiumcodereview.appspot.com/11147009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162409 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11189026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162408 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
This change adds a 'CreateNaClPluginModule' method to the content/renderer API, and to PepperPluginDelegateImpl, which implements it. BUG=116317 TEST=none Review URL: https://chromiumcodereview.appspot.com/11140046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162407 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
### Reason: 52>system\chromeos\tray_display.cc(56): error C2039: 'output_configurator' : is not a member of 'ash::Shell' 52> ..\ash/shell.h(116) : see declaration of 'ash::Shell' 52>system\chromeos\tray_display.cc(56): error C2227: left of '->output_state' must point to class/struct/union/generic type 52>system\chromeos\tray_display.cc(122): error C2039: 'output_configurator' : is not a member of 'ash::Shell' 52> ..\ash/shell.h(116) : see declaration of 'ash::Shell' 52>system\chromeos\tray_display.cc(122): error C2227: left of '->AddObserver' must point to class/struct/union/generic type 52>system\chromeos\tray_display.cc(127): error C2039: 'output_configurator' : is not a member of 'ash::Shell' 52> ..\ash/shell.h(116) : see declaration of 'ash::Shell' 52>system\chromeos\tray_display.cc(127): error C2227: left of '->RemoveObserver' must point to class/struct/union/generic type ### Also adds DEPS to keep chromeos dependencies out of ash/system This is part of an effort to move chromeos network management code from src/chrome/ to src/chromeos. BUG=154856 Review URL: https://chromiumcodereview.appspot.com/11039034 TBR=stevenjb@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162406 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The WebView needs a bunch of Java code from the Chromium tree (contentview and its dependencies) in order to build. Introduce an Android build system makefile into android_webview which builds a suitable static java library. R=benm@chromium.org BUG= Review URL: https://codereview.chromium.org/11185025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162404 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=107201 TEST=no visible change Review URL: https://chromiumcodereview.appspot.com/11193017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162403 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=156165 TEST=Open the media galleries config dialog with a test extension and close the window with the config dialog open. The browser should not crash. Review URL: https://chromiumcodereview.appspot.com/11196007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162402 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162401 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
GVD should release its references to textures when it Destroy()s VDA or when it is deleted. It's safe to do so, as the VDAs should keep their own references to those textures if they are still using them (normally achieved via binding them to XPixmaps or EGLImages). BUG=156251 TEST=manual playbacks, refreshes, tab closes, etc. Review URL: https://chromiumcodereview.appspot.com/11189027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162400 0039d316-1c4b-4281-b951-d872f2087c98
-
rltoscano@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11193012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162399 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
This updates NSS to 3.14 pre-release snapshot 2012-09-25, along with https://bugzilla.mozilla.org/show_bug.cgi?id=795213 to fix a warning. R=wtc BUG=153281, 151692, 151927 TEST=none Review URL: https://chromiumcodereview.appspot.com/11040061 Review URL: https://chromiumcodereview.appspot.com/11143026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162398 0039d316-1c4b-4281-b951-d872f2087c98
-