| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
around system instability.
Also added command line flag --disable-gpu-switching to make it easier to triage similar issues in the future.
Tested manually by relaunching browser multiple times on affected machine and verifying no machine hangs. Also manually verified behavior of --disable-gpu-switching flag on 10.7.3 on same hardware.
BUG=127713
TEST=tested manually per above steps
Review URL: https://chromiumcodereview.appspot.com/10378103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136682 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is because DNS resolution should be done by its
ResolvingClientSocketFactory (which may resolve through a proxy).
This is just tightening up the preconditions as ChromeAsyncSocket's
callers were already providing the hostname.
Remove some uses of base::Unretained.
Some other minor cleanup.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10389098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136681 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MockDataSource was completely unused, and Is{LocalSource,Seekable} being in the
Demuxer is leftover craxy from the DataSourceFactory / DemuxerFactory /
DownloadRateMonitor days, may they forever RIP.
BUG=120426
Review URL: https://chromiumcodereview.appspot.com/10378100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136679 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=tkent@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10392055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136678 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=110823
TEST=NONE
Review URL: https://chromiumcodereview.appspot.com/10256015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136677 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=127798
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10332127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, the tests measured perf stats every 10 minutes. This
CL doubles the frequency with which we collect perf data to be graphed.
BUG=None
TEST=None
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10377086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136673 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=127798
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10332126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=127798
R=ben@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10332124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136669 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Now ThreadTaskRunnerHandle is used instead of MessageLoop::current(). This allows to use Timer classes on threads that don't have MessageLoop but have a different task runner.
Review URL: https://chromiumcodereview.appspot.com/10213012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=124750
TEST=PrerenderBrowserTest.Prerender*ReferrerPolicy
Review URL: https://chromiumcodereview.appspot.com/10381106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136666 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=119613
TEST=no
Review URL: https://chromiumcodereview.appspot.com/10381076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136665 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with model.
BUG=chromium:126238
TEST=See bug.
Review URL: https://chromiumcodereview.appspot.com/10310013
TBR=mnissler@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10386102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136663 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix the plist file by removing the '@'s from the version strings.
This is required for the .app bundle to be recognized as a valid app by the OS.
Without this fix, the official signing fails and the app icon is displayed as
the "broken app" icon.
In addition, this adds a default icon and sets the human readable copyright
message. And moves the COPYRIGHT_BY variable to the top of the .gyp so that
it can be shared by multiple targets.
Review URL: https://chromiumcodereview.appspot.com/10381113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136662 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium:126238
TEST=See bug.
Review URL: https://chromiumcodereview.appspot.com/10310013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136660 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=sky
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=136573
Review URL: https://chromiumcodereview.appspot.com/10384106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136658 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is in anticipation of removing nacl::RefCounted from native_client, as
it is only used by Chromium code.
BUG=123295
TEST=it compiles
Review URL: https://chromiumcodereview.appspot.com/10386100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136657 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It'll become soon more complex for strace so it's preferable to have a proper
interface.
R=mad@chromium.org
BUG=98636
TEST=
Review URL: https://chromiumcodereview.appspot.com/10381112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136655 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=mac build.
TBR=thakis
Review URL: https://chromiumcodereview.appspot.com/10332123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136654 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
first attempt reverted due to build break:
http://codereview.chromium.org/10316019 )
BUG=121135
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10378079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136653 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IBusClient performs dbus communication with following spec.
Target Server: ibus-daemon
Service: org.freedesktop.IBus
ObjectPath: /org/freedesktop/IBus
At this moment, CreateInputContext is implementated with unittest.
According to this CL, IBusClient is compiled and tested by chromeos_unittests
but not actually in used production binary.
TEST=unit_tests,chromeos_unittests,dbus_unittests
BUG=chromium-os:26334
Review URL: https://chromiumcodereview.appspot.com/10342011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136652 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated channel activity time whenever either read
or write is completed.
Fixed the unit tests to work with the new code.
R=jar
BUG=125356
TEST=network unit tests
Review URL: https://chromiumcodereview.appspot.com/10332104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136649 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Skip conformance/OGLES and conformance/more.
The reasons we want to skip these two subsets are:
1) The bot cycles are too long at the moment (just for gpu_tests, it's 45+ on debug)
2) for more/, most likely it's been covered already in the basic tests
3) for ogles/, we almost never touch any code that might break these tests
The mechanism is to support * in test names matching.
In this CL we only add support for * at the end of a test name, which should be enough for this skip-a-folder purpose.
BUG=
TEST=content_unittests
Review URL: https://chromiumcodereview.appspot.com/10388093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136647 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10392054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136646 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
menu or taskbar.
This is platform-independent work that adds constraint logic to drag and resize controller. For Windows, we do not have problem for panel resizing since we rely on system resizing that does the correct thing. Also the MacOS specific fix for dragging issue is not longer needed.
In addition, I addressed some more feedbacks from http://codereview.chromium.org/10356007/.
BUG=122669
TEST=new tests
Review URL: https://chromiumcodereview.appspot.com/10389048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136645 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=113337
TEST=
Review URL: https://chromiumcodereview.appspot.com/10334012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136644 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Delete DownloadRateMonitor since it's never worked right.
(and it complicates other things I want to do)
BUG=73609
TBR=scherkus
Review URL: https://chromiumcodereview.appspot.com/10392048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136641 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
On OS 10.7, hidden scrollbars cause confusion for overlay dialogs with scrollable content since there's no indication that the content is larger than the dialog. This CL solves this by customizing the scrollbars to always be visible. While this isn't required for < 10.7, these scrollbars actually look right at home with the settings UI.
BUG=123010
TEST=View content settings dialog on 10.7, scrollbar thumb should always be visibile.
Review URL: https://chromiumcodereview.appspot.com/10079022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136640 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
this is avoided.
Bug=127716
Test=heapcheck stops using surpressions for bug_127716 and 127717 for BrowserThemePackTest.CanBuildAndReadPack
Review URL: https://chromiumcodereview.appspot.com/10383133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136639 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Something has changed in v8 that result.IsEmpty() is no longer true even when
the v2 API methods don't exist. Thus, the v1 API doesn't get called when it
should. It turns out that result->IsUndefined() is true, so just adding that
check should suffice, but I've also added IsNull() and IsFalse(), just in case.
Even more curiously, all of these return false (and thus the v1 API is still
not called) for the onresize() script alone. This boggles my mind. But since
onresize() isn't relevant for the SILENT mode where this bug occurs, I'll debug
it and fix it later.
BUG=127625
TEST=Follow these steps:
1. Start Chrome with --instant-field-trial=silent
2. Navigate to www.google.com.
3. Open the JS console and execute this line:
localStorage['web-psy-sc'] = Date.now();
4. Open a new tab.
5. Type a search query in the omnibox (and press Enter).
In the bug, you'll end up on the Google homepage, with no search results.
In the fix, the search will successfully execute, and you'll see
"sourceid=chrome-psyapi1" in the URL somewhere.
Review URL: https://chromiumcodereview.appspot.com/10377113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136636 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=sadrul@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10384107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=tkent@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10310125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136634 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the sync integration tests, we stub out calls to various gaia urls so
that the tests are self contained, and don't have a dependency on
external services.
The hardcoded urls in sync_test.cc are now available for use via a
class called GaiaUrls. This patch gets rid of the hardcoded urls.
BUG=none
TEST=sync_integration_tests
Review URL: https://chromiumcodereview.appspot.com/10387069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136633 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WEBKIT_USING_SKIA is always set, so having the #ifdef isn't helpful. This
just removes the guards.
BUG=none
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10391041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136632 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=123295
TEST=none
TBR=jam
Review URL: https://chromiumcodereview.appspot.com/10069054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136631 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Change-Id: I4730996e6a860833ce7e66792d62dbd1f6db00ea
BUG=none
TEST=Add --dbus-stub to /sbin/session_manager_startup.sh; dbus stub implementation should be used for non-critical components (e.g. power manager)
Review URL: https://chromiumcodereview.appspot.com/10392029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136629 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hotels, etc) make use of captive portals, which require
users to login before allowing Internet access.
This CL adds a ProfileKeyedService which checks for these
captive portals on demand, and broadcasts a notification
with the results. It does not add any consumers for this
service.
Design doc: https://docs.google.com/document/d/1k-gP2sswzYNvryu9NcgN7q5XrsMlUdlUdoW9WRaEmfM/edit
R=cbentzel@chromium.org
BUG=87100, 115487
Review URL: https://chromiumcodereview.appspot.com/9188049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136627 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
R=varunjain@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10377093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136626 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
others.
BUG=none
TEST=none
TBR=apatrick
Review URL: https://chromiumcodereview.appspot.com/10383138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=cpu@chromium.org,robertshield@chromium.org
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10310103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This test has been causing flakiness on various platforms. Although we
could try to fix this by relaxing the timing constraints, I think it's
safer to remove the time-related assertions.
The test will still be very useful even without that assertion. The
UseMockDelayProvider() line and the other assertions should catch most
of the same bugs that the timing assertions would have found. At least
it's a significant improvement over a DISABLED/FLAKY test.
BUG=118370
TEST=SyncSchedulerTest.TransientPollFailure
Review URL: https://chromiumcodereview.appspot.com/10200001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136623 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without an explicit command-line option to run the host, we can't
add functionality to the script because any version skew between
the web-app and host components could cause the host to be run at
the wrong time.
BUG=None
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10384126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136622 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds a switch for ash/aura notifications.
Improves the stub power implementation for testing.
BUG=124725,124074
TEST=Linux: click on status area to start stub batetry drain. ChromeOS: Test battery notifications.
Review URL: https://chromiumcodereview.appspot.com/10388057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136618 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on 10.7.
This moves a call to WindowFullscreenStateChanged() from the command to enter
fullscreen to the async callback when fullscreen is actually entered.
BUG=103906
TEST=Test passes on Lion. Fullscreen works as before on 10.5-10.8.
Review URL: https://chromiumcodereview.appspot.com/10356106
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136617 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
same thread.
BUG=127321
Review URL: https://chromiumcodereview.appspot.com/10389086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136616 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have similar tests in src/content/browser/media_browsertest.cc
so we don't need the tests in test_shell_tests. Also, these don't
test for leaks since they doesn't run under valgrind.
BUG=126514
Review URL: https://chromiumcodereview.appspot.com/10377062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136615 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Adds the PPAPI headers where they can be used by a host compiler.
Adds a define for PPAPI_RELEASE when building for the SDK.
Disables updater testing when not generating tarballs.
BUG=122229
Review URL: https://chromiumcodereview.appspot.com/10356116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136614 0039d316-1c4b-4281-b951-d872f2087c98
|