- 11 Nov, 2011 40 commits
-
-
robert.nagy@gmail.com authored
disabled code for OpenBSD: - AdjustRendererOOMScore() - SECCOMP_SANDBOX BUG= TEST=compile Review URL: http://codereview.chromium.org/8341052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109679 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
1) Add test for Bug 99970 Comment 6 & fix 2) Allow chrome.send to be mocked outside of preLoad call. 3) add chrome.originalSend to allow mocked messages to pass through to C++. Also to address need for .cc file to be correct for clang, and prevent ugliness in js with a lot of GEN lines, allow the header and .cc to not have a suffix, and the generated file to end in -gen.cc. While doing this, addressed crbug.com/102794 to put in <(INTERMEDIATE_DIR) preventing collisions across rules. R=flackr@chromium.org,wyck@chromium.org BUG=103740,99970,102794 TEST=browser_tests --gtest_filter=Mock4JS*.* AND ChromeSend*.* Review URL: http://codereview.chromium.org/8515016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109678 0039d316-1c4b-4281-b951-d872f2087c98
-
ojan@chromium.org authored
TBR=tonyg@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8536024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109677 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
Make a copy of the extension id from within ExtensionService::SetIsIncognitoEnabled, since the const ref may get wiped out when reloading the extension. BUG=103762 TEST=no crash when toggling incognito mode for an extension Review URL: http://codereview.chromium.org/8529001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109676 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Make the crashed extension reload when the sad tab is reloaded. ('Extensions' includes packaged apps.) BUG=71629 BUG=94177 TEST=Added ExtensionCrashRecoveryTest.ReloadTabsWithBackgroundPage. Manually: Open a packaged app with a background page. Kill it from Task Manager. Its tab should not close. Reload the tab and it should show the app (and the crash notification bubble should be gone). Review URL: http://codereview.chromium.org/8496024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109675 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
So that he won't get code review requests. TEST=none BUG=none Review URL: http://codereview.chromium.org/8539017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109674 0039d316-1c4b-4281-b951-d872f2087c98
-
imasaki@google.com authored
CSV output format is used for integration with Google spreadsheet. Plus several minor issue fixes and adding minor features. Review URL: http://codereview.chromium.org/8469017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109673 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8539005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109672 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8536019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109671 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Review URL: http://codereview.chromium.org/8463014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109670 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=102431 TEST=Make sure that the default search app's icon meets the criteria listed in the bug description Review URL: http://codereview.chromium.org/8480026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109669 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Non-client hit testing was being done in the wrong coordinate system. Added a unit test for this. BUG=103837 TEST=aura_unittests, create two windows at different positions, make sure resize cursors appear on the edges for both Review URL: http://codereview.chromium.org/8526023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109668 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Then we don't have to think about switching contexts on the display path. BUG=None TEST=None Review URL: http://codereview.chromium.org/8463018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109667 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Crash was caused by the uninitialized ScreenAura instance used in chromeos::CalculateScreenBounds chrome/browser/chromeos/login/helper.cc:164 Moved initialization of login screen classes right before message loop start so that Desktop/Screen instances are initialized. Also fixed crash during sign in. TBR=nkostylev@chromium.org BUG=103892 TEST=Boot with Aura build, sign in. No crashes Original CL: http://codereview.chromium.org/8511059/ landing for nkostylev@chromium.org, Review URL: http://codereview.chromium.org/8540014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109666 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
while object has been created on the stack of the first thread. Removed backend-frontend communication as it is not needed. BUG=103769 TEST=Verify GCP connector is running fine. Review URL: http://codereview.chromium.org/8491048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109665 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109664 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r7116: (krasin) Remove obsolete call to AddBiasForPNaCl. r7117: (krasin) Revert 7116 - Remove obsolete call to AddBiasForPNaCl. r7118: (pdox) Remove weak references from IRT startup code as well. r7119: (robertm) Cleanup of scons compile/link command line generation. r7120: (robertm) Cleanup arm trusted TC integration. r7121: (bsy) fixed broken sysbrk tests. r7122: (bsy) changed the fault injection library to avoid _declspec(thread) for windows. r7123: (krasin) Enable ppapi audio test on ARM. r7124: (robertm) Removed some debug statements and one line of dead code that went in: r7125: (dspringer) Only build a static version of libnacl.a. r7126: (mseaborn) Windows: Partly fix potential vulnerability from mmap hole race condition r7127: (robertm) Fix problem where shared libs in arm trusted builds were built with -static r7128: (mcgrathr) Update chrome_rev r7129: (robertm) Switch arm trusted builds to -macrch=armv7-a. r7130: (krasin) Remove obsolete call to AddBiasForPNaCl. r7131: (noelallen) Add missing defines in untrusted.gypi needed by Chrome. r7132: (ncbray) Tune the browser tester's timeouts to make it easier to diagnose load failiures. r7133: (noelallen) Update GYP build to support 'empty' crt_platform library. r7134: (noelallen) Whitespace change to force rebuild on Chrome builders r7135: (noelallen) Add tracking of libraries for untrusted builds. r7136: (noelallen) Add missing dependency on nacl_lib r7137: (noelallen) Trivial change adds dependency on build_nexe.py ppapi_cpp.gypi for nexes. r7139: (robertm) This is the new (experimental) version of the arm trusted TC creator. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/8528002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109663 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=103667 TEST=in about:tracing, verify that the chrome UI thread doesn't show lots of tasks from StartHangMonitorTimeout. Review URL: http://codereview.chromium.org/8510038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109662 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=99698, 98934 Review URL: http://codereview.chromium.org/8469015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109661 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Made GetActivatableWindow to follow transient_parent if exists. BUG=103820 TEST=tbd Review URL: http://codereview.chromium.org/8523020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109660 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
URL used for the link resources. In the future that base will be the pnacl manifest file. BUG= none TEST= none Review URL: http://codereview.chromium.org/8525014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109659 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8539018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109658 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=103788,chromium-os:22447 TEST=unit_tests --gtest_filter=PluginPrefs* Review URL: http://codereview.chromium.org/8515021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109657 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=103792 TEST=resize window showing accelerated content, watch /sys/kernel/debug/dri/0/i915_gem_objects, obeserve no leak Review URL: http://codereview.chromium.org/8523016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109656 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
ZipReader implementation is based on ExtractCurrentFile() in zip.cc. The basic logic is not changed, but the code is simplified. BUG=chromium-os:22351 TEST=out/Release/unit_tests --gtest_filter=Zip* Review URL: http://codereview.chromium.org/8508003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109655 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Original CL: reenable component build w/ fix to test_support_content TBR=jam@chromium.org BUG=90442 TEST=the win shared debug builder compiles Review URL: http://codereview.chromium.org/8501025 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/8538016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109654 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl1/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl2/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/vista-release-dual-core/intl1/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/vista-release-dual-core/intl2/report.html?history=150&rev=109634&graph=times http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl2/report.html?history=150&rev=109642 http://build.chromium.org/f/chromium/perf/xp-release-dual-core/intl1/report.html?history=150&rev=109642 http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl1/report.html?history=150&rev=109642 http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl1/report.html?history=150&rev=109645 http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl2/report.html?history=150&rev=109645 BUG=103868 TBR=cmp Review URL: http://codereview.chromium.org/8463023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109653 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8537015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109651 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Initiali app list webui; - Refactor NTP4 code so that we could share part of the code; - Use shared NTP4 code for app list contents; TODO: Add search box support. BUG=98308 TEST=Verify aura app list looks like the mock. Review URL: http://codereview.chromium.org/8423055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109648 0039d316-1c4b-4281-b951-d872f2087c98
-
jwd@chromium.org authored
Refactor ProfileManager::DoFinalInit(...) to allow for a more flexible ProfileManagerWithoutInit. Factored out the parts of DoFinalInit that are not desired in ProfileManagerWithoutInit and for ProfileManager unit tests. This is to make it possible to write unit tests for code that belongs in DoFinalInit, such as setting up the ProfileInfoCache entry for a profile. BUG=NONE TEST=unit_tests --gtest_filter=ProfileManager* Review URL: http://codereview.chromium.org/8502031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109647 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=103831 TEST=Move window after typing text in omnibox Review URL: http://codereview.chromium.org/8532001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109646 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This represents a Java object for use in the Java bridge. It handles all of the JNI required to interrogate the Java object and call methods on it. Also adds some JNI utility methods to simpify the new code. BUG=96703 Review URL: http://codereview.chromium.org/8509019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109645 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=jhawkins@chromium.org BUG=99791 TEST=None Review URL: http://codereview.chromium.org/8144013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109644 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=103643 TEST=Enable the WebUI lock screen, lock screen, enter an incorrect password and observe error message remains on screen. Review URL: http://codereview.chromium.org/8515011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109643 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=22551 TEST=Manual Review URL: http://codereview.chromium.org/8541002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109642 0039d316-1c4b-4281-b951-d872f2087c98
-
bsalomon@google.com authored
Review URL: http://codereview.chromium.org/8541001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109641 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109640 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@chromium.org authored
Control group (whitespace-only change) is http://codereview.chromium.org/8538012 Review URL: http://codereview.chromium.org/8538010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109639 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
A need for the function came up in another context so this change exposes it from base/. BUG=none TEST=base_unittests Review URL: http://codereview.chromium.org/8510027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109638 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=97388 TEST=existing apitests + status icon unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109285 Review URL: http://codereview.chromium.org/8386074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109634 0039d316-1c4b-4281-b951-d872f2087c98
-