| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I plan to use SystemMonitor in net/.
Fix up the Mac implementation not to use Cocoa APIs since @interface is not allowed in base.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7015017
TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/7042003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change updates the suppression rules to fix unit tests.
TBR=thestig,timurrrr,glider
BUG=82715
TEST=none
Review URL: http://codereview.chromium.org/7039032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85733 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I plan to use SystemMonitor in net/.
Fix up the Mac implementation not to use Cocoa APIs since @interface is not allowed in base.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7015017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85732 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In Google news, you can change the UI language through a popup menu [which does so by submitting a form programmatically]. The translation infobar wasn't being refreshed in this situation because the page navigation being performed is programmatic.
Infobar hiding on navigation, goes through TabContents::ExpireInfoBars() which has an early return if the navigation just performed wasn't initiated by the user. After this, the code loops through the list of infobars and calls ShouldExpire() on each one to determine if it can be closed.
This CL removes the early return and moves the code to determine dismissal to the ShouldExpire() method of the infobar delegates, thus allowing the translate infobar to indicate that it can be dismissed on page navigation.
BUG=70261
TEST=See bug.
Review URL: http://codereview.chromium.org/6883299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
the Lucid bot.
BUG=82715
TEST=none
Review URL: http://codereview.chromium.org/7029024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85730 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ninja puts generated code into "ninja" instead of "out", so that directory needs
to be added to the list of ignored directories.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7017039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This change just added namespaces to some suppression rules so it works on the Lucid bot.
BUG=82715
TEST=none
Review URL: http://codereview.chromium.org/7036029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=82715
TEST=none
Review URL: http://codereview.chromium.org/7038031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85727 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Some of the new bidi tests marked as failing are not completing on release builders.
TEST=None
BUG=83016
TBR=
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=82715
TEST=none
Review URL: http://codereview.chromium.org/7039030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Close the crash-notification balloon if background contents is restarted for an app. And check for valid values when loading background contents.
BUG=82492, 82505
TEST=manually
Review URL: http://codereview.chromium.org/7012031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85724 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=Pressed F8/F9/F10 keys on chromeos builds with and without touchui on the desktop and saw the volume-control bubble show up.
Review URL: http://codereview.chromium.org/7011005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85723 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76128
TEST=
Review URL: http://codereview.chromium.org/7029023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85722 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=81492
TEST=
Review URL: http://codereview.chromium.org/7019023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85721 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=61676
TEST=QuotaManagerTest.GetAvailableSpaceTest
Review URL: http://codereview.chromium.org/7014042
Patch from Taiju Tsuiki <tzik@google.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85720 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=82903
Review URL: http://codereview.chromium.org/7038017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85719 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Becasue Enable and Disable are for indicating if an IBusInputContext
is associated with an input method engine and the engine is active.
So InputMethodIBus should not use them to decide if the input method
system is enabled or not.
BUG=None
TEST=Manually
Review URL: http://codereview.chromium.org/6975013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85718 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6975039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85717 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From what I can see, callbacks from FileSystemOperation will always
happen on the calling thread, which is already the IO thread. Thus,
the io_loop_ member isn't needed, and the callbacks can be called directly.
This change is in preparation for a further refactoring of the
FileSystem URLRequestJobs.
R=ericu@chromium.org
Review URL: http://codereview.chromium.org/7017034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85713 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG= none
TEST= none
Review URL: http://codereview.chromium.org/7019025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85712 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
I tried to synchronize it in Show methods (in test mode),
but it didn't work because next task is posted before show and running message loop executes the task before the window gets resized. For now, I decided to put the code in ui_controls. Let me know if you have suggestion where to put this code.
BUG=82219
TEST=bookmark test and menu_item_view tests are no longer flaky without gtk hack.
Review URL: http://codereview.chromium.org/6982031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85711 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=82084
Review URL: http://codereview.chromium.org/7031028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85710 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=66072
TEST=
Review URL: http://codereview.chromium.org/7039027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:14962
TEST=Right click on download panel. Nothing should happen.
Review URL: http://codereview.chromium.org/7013043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85708 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:15150
TEST=Download a photo, file and a mp3 and see the new icons.
Review URL: http://codereview.chromium.org/7013036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=yuzo@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85706 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: http://codereview.chromium.org/7038027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85705 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/7039026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85704 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=76792
Review URL: http://codereview.chromium.org/7010017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85703 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.
Now there is:
... window::ShouldUseNativeFrame()
Which is basically just a pass-thru to
WindowWin::ShouldUseNativeFrame()
... which can be overridden by subclasses. Native-Frame is a windows-only concept but keeping the API on Window means I don't have to update a lot of call sites.
Window also gains a FrameType state member that toggles three states - default, force-native and force-custom.
This supercedes the "AlwaysUseNativeFrame/AlwaysUseCustomFrame" methods on NonClientView.
I have also hooked up a context menu item behind a command line flag --debug-enable-frame-toggle that allows the frame type for an individual window to be toggled, useful for debugging.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7036014
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/6975037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
weren't part of the change. Removing.
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/7039028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85701 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=82991
TEST=none
TBR=eroman@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85700 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58874
TEST=none
TBR=jochen
Review URL: http://codereview.chromium.org/6975031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85699 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
All Extention function requests to a tab contents are delegated through
the ExtensionTabHelper. For a DOMView, there is no TabContentsWrapper, hence
no ExtensionTabHelper. So all extension function requests reaching the
TabContents of a DOMView are lost.
Fix:
We cannot use the ExtensionTabHelper here because of the absence of
TabContentsWrapper. So we delegate extension function requests through
TabContentsDelegate.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7021018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85698 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
it has chrome dependencies.
TBR=avi
Review URL: http://codereview.chromium.org/6975030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85697 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
http://code.google.com/p/chromium/issues/detail?id=82988
BUG=82988
TEST=none
TBR=gene@chromium.org
Review URL: http://codereview.chromium.org/7019026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85695 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be set."
This reverts commit c0b6f490edab857d1c5d3d79f8df2ba234939b51.
TBR=shishir
BUG=
TEST=
Review URL: http://codereview.chromium.org/7017033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85694 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7039017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85693 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skia on Mac uses Skia to render WebKit, and CG
to render UI elements. The CG elements need a
transcribed graphics context that preserves the
canvas matrix, and the canvas clip.
The BitLockerSkia utility class sets up a CGContext
from the SkCanvas, locks the bitmap's bits, and
releases the lock when the class goes out of scope.
Each time the CGContext is retrieved, it is rebuilt.
This permits the caller to modify the same canvas
between calls.
Outside of the unit test, there are no callers
to this utility for now.
BUG=79463
TEST=SkiaUtilsMacTest.*
Review URL: http://codereview.chromium.org/7031006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85692 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
net_unittests.
BUG=82974
TEST=none
TBR=hbono/glider/timurrrr
Review URL: http://codereview.chromium.org/7038022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85691 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
UI message pumps are special on Mac and won't work.
BUG=none
TEST=out-of-process Flapper continues to work on Linux and dies later on Mac
Review URL: http://codereview.chromium.org/7036024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=79922
TEST=browser_tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=85394
Review URL: http://codereview.chromium.org/6915019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85689 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=yuzo@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85688 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=23581
Review URL: http://codereview.chromium.org/7034021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
than gconf key names.
This will make it easier to add a third way to get proxy settings, via the new gsettings API.
BUG=80453
TEST=proxy settings still work as expected on linux
Review URL: http://codereview.chromium.org/7027002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85686 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: This was a TODO for jhawkins.
BUG=None
TEST=None
R=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/7036015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85685 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=82974
TEST=Heapchecker remoting goes green.
TBR=hbono/glider/timurrrr
Review URL: http://codereview.chromium.org/7031030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
burn workflow
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/7038018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85683 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7039018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=82715
TEST=Heapchecker gets greener.
TBR=glider/timurrrr/hbono
Review URL: http://codereview.chromium.org/7017027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85678 0039d316-1c4b-4281-b951-d872f2087c98
|