- 07 Aug, 2012 40 commits
-
-
brettw@chromium.org authored
This requires the --no-sandbox flag to work properly. BUG=130508 Review URL: https://chromiumcodereview.appspot.com/10850005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150444 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=132846 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10534174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150443 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
|phantom_widget_| used to be a scoped_ptr, and it used to .reset() itself here. But it is a raw pointer now, so it needs to be null-checked. BUG=none Review URL: https://chromiumcodereview.appspot.com/10827205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150442 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150440 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10834210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150439 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Upstreaming the chrome_browser_main_android and its immediate dependencies. This code is used to override the default chromium initialization with android specific initialization. Android uses custom MessageLoop. BUG=138184 TEST=Compile unit_tests_apk target Review URL: https://chromiumcodereview.appspot.com/10819003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150438 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
browser.app_panel_browser_frame_view.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall AppPanelBrowserFrameView::GetThemeBackgroundXInset(void)const " (?GetThemeBackgroundXInset@AppPanelBrowserFrameView@@UBEHXZ) initial\chrome.dll : fatal error LNK1120: 1 unresolved externals ninja: build stopped: subcommand failed. See https://chromiumcodereview.appspot.com/10816004 Maybe only failing on component build? Not sure. R=pkotwicz@chromium.org,sky@chromium.org BUG=137090 TEST= Review URL: https://chromiumcodereview.appspot.com/10832193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150437 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Background: We plan to Add ReadDirectoryByPath() to GDataDirectoryService and use the same ReadDirectoryCallback, and hide_hosted_documents turned out to be an obstacle. It's cleaner to check the setting in the caller, where this setting matters anyway. BUG=141147 TEST=confirm that the "show hosted documents" setting works as before Review URL: https://chromiumcodereview.appspot.com/10836137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150436 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=140964 Review URL: https://chromiumcodereview.appspot.com/10828199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150435 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=132789, 132794 TEST=PyAuto CONTINUOUS suite Review URL: https://chromiumcodereview.appspot.com/10830193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150434 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=141184 Review URL: https://chromiumcodereview.appspot.com/10854032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150433 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=builds,manual With this change, the IPC-based PPAPI proxy builds all code needed for 3d and OpenGL ES. Review URL: https://chromiumcodereview.appspot.com/10837145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150432 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=111465 Review URL: https://chromiumcodereview.appspot.com/10834214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150431 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=140323 TEST=Chrome not crashing after opening and closing the website settings popup for an internal chrome page (e.g. chrome://settings) Review URL: https://chromiumcodereview.appspot.com/10826185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150430 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=6944 TEST=sbox_integration_tests Review URL: https://chromiumcodereview.appspot.com/10831160 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10831200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150429 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
There was a bug where X32 syscalls were included in x86_64_linux_syscalls.h. Thankfully, the "#if defined" guard prevented those lines from actually doing anything. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150428 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10825230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150427 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10810062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150426 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=127323 TEST=New test Review URL: https://chromiumcodereview.appspot.com/10825210 TBR=jianli@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150425 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=Gab is not an OWNER. TEST=Gab is an OWNER. Review URL: https://chromiumcodereview.appspot.com/10855032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150424 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=6944 TEST=sbox_integration_tests Review URL: https://chromiumcodereview.appspot.com/10831160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150423 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10831199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150422 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=112155 Review URL: https://chromiumcodereview.appspot.com/10825212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150421 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=127323 TEST=New test Review URL: https://chromiumcodereview.appspot.com/10825210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150420 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
This allows dead code stripping to be turned back on for the main executables and for the NXArgc and NXArgv symbols to be stripped. BUG=139902 Review URL: https://chromiumcodereview.appspot.com/10837149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150419 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=135185 Review URL: https://chromiumcodereview.appspot.com/10827192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150416 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Add include file per bug. BUG=138571 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10825225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150415 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
MEM2MEM devices are registered with V4L2 as both V4L2_CAP_VIDEO_CAPTURE and V4L2_CAP_VIDEO_OUTPUT capabilities. Need to filter out those MEM2MEM devices when to enuemrate/open video capture devices. BUG=139356 Review URL: https://chromiumcodereview.appspot.com/10824205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150414 0039d316-1c4b-4281-b951-d872f2087c98
-
eatnumber@chromium.org authored
TBR=craigdh,nirnimesh Review URL: https://chromiumcodereview.appspot.com/10837103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150413 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
See https://chromiumcodereview.appspot.com/10701151 for our first ResourceType histogram. R=jamesr@chromium.org,frankwang@google.com BUG=None Review URL: https://chromiumcodereview.appspot.com/10832138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150412 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=139803 TEST=Chrome runs with ui and theme resources correctly loaded. Review URL: https://chromiumcodereview.appspot.com/10825111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150411 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
BUG=78085 Review URL: https://chromiumcodereview.appspot.com/10824132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150410 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150409 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/10854029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150408 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
R=tburkard@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150407 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Use an annotation to check whether or not a method should be exposed to JavaScript. This is better than relying on inheritence to determine whether or not to expose a method. BUG=http://b/6910450 Review URL: https://chromiumcodereview.appspot.com/10830173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150406 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Revert 150391 - Reverting this as it causes browser tests on the Linux ChromiumOS builder to fail. Will revert back if it does not address the redness. Revert 150380 - Add support for loading user cloud policy on desktop, behind the --load-cloud-policy-on-signin flag. Move UserCloudPolicyManager to be owned by the Profile as a step towards supporting multiple profiles. Added TestingProfile::Builder as a start towards taming the madness of all the different constructors and setters. BUG=141123 TEST=none Review URL: https://chromiumcodereview.appspot.com/10693022 TBR=atwilson@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823208 TBR=ananta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150404 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Prior instrumentation provided some evidence that memory corruption was causing inconsistencies between PrefixSet and BloomFilter results. This CL attempts to detect three types of memory corruption: - internal to the PrefixSet data structure. - internal to the BloomFilter data structure. - the input data used to construct either. BUG=71832 TEST=none Review URL: https://chromiumcodereview.appspot.com/10834045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150403 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Moved all classes and files in c/r/extensions into the extensions namespace. BUG=140056,117261 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150402 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=113688 Review URL: https://chromiumcodereview.appspot.com/10827142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150401 0039d316-1c4b-4281-b951-d872f2087c98
-