1. 28 Jul, 2014 18 commits
  2. 27 Jul, 2014 14 commits
  3. 26 Jul, 2014 8 commits
    • scheib@chromium.org's avatar
      Remove service worker concepts from _api_features.json · 9dfb3722
      scheib@chromium.org authored
      BUG=396340
      
      Review URL: https://codereview.chromium.org/414633002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285819 0039d316-1c4b-4281-b951-d872f2087c98
      9dfb3722
    • dmazzoni@chromium.org's avatar
      Simplify access to LegacyRenderWidgetHostHWND. · cab97b81
      dmazzoni@chromium.org authored
      Instead of giving BrowserAccessibilityManagerWin a pointer
      to a LegacyRenderWidgetHostHWND, which has been a source of
      problems due to complicated lifecycles, just have BAMW
      request the parent HWND and parent IAccessible from its
      delegate whenever needed, with the understanding that these
      may be NULL sometimes.
      
      Note: this change fixes a DrMemory UAF detected in the
      patch that migrated accessibility from RVH to RFH
      (codereview.chromium.org/273423004), and also fixes
      a potential concern in another fix to
      LegacyRenderWidgetHostHWND (codereview.chromium.org/387353004).
      
      BUG=368298,393665
      
      Review URL: https://codereview.chromium.org/415633002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285818 0039d316-1c4b-4281-b951-d872f2087c98
      cab97b81
    • dmazzoni@chromium.org's avatar
    • asavage@chromium.org's avatar
      Enable bluetooth on chromeos, win, and mac, but disable on linux unless in the... · 5b14d573
      asavage@chromium.org authored
      Enable bluetooth on chromeos, win, and mac, but disable on linux unless in the whitelist. The whitelist includes the HotRod apps.
      
      BUG=396117
      
      Review URL: https://codereview.chromium.org/406293002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285816 0039d316-1c4b-4281-b951-d872f2087c98
      5b14d573
    • chrome-admin@google.com's avatar
      Update .DEPS.git · 2427e812
      chrome-admin@google.com authored
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285815 0039d316-1c4b-4281-b951-d872f2087c98
      2427e812
    • mseaborn@chromium.org's avatar
      Revert of NaCl: Update revision in DEPS, r13506 -> r13528... · 53f1d697
      mseaborn@chromium.org authored
      Revert of NaCl: Update revision in DEPS, r13506 -> r13528 (https://codereview.chromium.org/417233002/)
      
      Reason for revert:
      This failed on the "Win x64 Builder (dbg)" buildbot due to long filename issues.
      
      I rolled a too-old revision of NaCl that didn't include Jan's revert of r13511 (which switches the PNaCl toolchain from Cygwin to MinGW).
      
      Original issue's description:
      > NaCl: Update revision in DEPS, r13506 -> r13528
      > 
      > This pulls in the following Native Client changes:
      > 
      > r13507: (noelallen) Reapply patch which was reverted due to conflict.
      > r13508: (dschuff) PNaCl Driver: do not generate temp file names beyond Windows' MAX_PATH limit
      > r13509: (jvoung) Add a flag to pnacl-finalize that allows users to keep function names.
      > r13510: (dschuff) Disable flaky sandboxed translator tests on mac
      > r13511: (dschuff) Update revision for PNaCl r13466->r13509
      > r13512: (ncbray) Fix untrusted.gypi and build_nexe.py
      > r13513: (noelallen) Cleanup bionic build script.
      > r13514: (dyen) Added initial pass of nacl_irt_code_data_alloc.
      > r13515: (sbc) Use custom exception class for errors in package_version.
      > r13516: (hidehiko) Non-SFI mode: SCONS_NONSFI_TC clean up.
      > r13517: (hidehiko) Non-SFI Mode: Refactoring. Provide non-SFI version of nacl_irt_query_core.
      > r13518: (binji) Revert "Non-SFI mode: SCONS_NONSFI_TC clean up."
      > r13519: (bradnelson) Make the trybots fail early if 'git cl try' is mistakenly used.
      > r13520: (bradnelson) Make build_nexe.py rebuild when script itself has changed.
      > r13521: (noelallen) Updates GN dep, and cleans up some toolchain prep definitions to make it easier to debug what's going on.
      > r13523: (teravest) Add embedder interface for fatal log messages.
      > r13524: (bradnelson) Passing --config-name to build_nexe.py for all arches.
      > r13525: (teravest) Create a sel_ldr_launcher_base target.
      > r13526: (teravest) Revert "Add embedder interface for fatal log messages."
      > r13527: (hidehiko) Non-SFI mode: Get rid of socketcall on ARM.
      > r13528: (teravest) Add embedder interface for fatal log messages.
      > 
      > BUG=none
      > TEST=browser_tests and nacl_integration
      > CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_nacl_sdk_build
      > TBR=bradnelson@google.com
      > 
      > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285812
      
      TBR=bradnelson@google.com
      NOTREECHECKS=true
      NOTRY=true
      BUG=none
      
      Review URL: https://codereview.chromium.org/419373002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285814 0039d316-1c4b-4281-b951-d872f2087c98
      53f1d697
    • chrome-admin@google.com's avatar
      Update .DEPS.git · 9d658783
      chrome-admin@google.com authored
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285813 0039d316-1c4b-4281-b951-d872f2087c98
      9d658783
    • mseaborn@chromium.org's avatar
      NaCl: Update revision in DEPS, r13506 -> r13528 · 7e7099d7
      mseaborn@chromium.org authored
      This pulls in the following Native Client changes:
      
      r13507: (noelallen) Reapply patch which was reverted due to conflict.
      r13508: (dschuff) PNaCl Driver: do not generate temp file names beyond Windows' MAX_PATH limit
      r13509: (jvoung) Add a flag to pnacl-finalize that allows users to keep function names.
      r13510: (dschuff) Disable flaky sandboxed translator tests on mac
      r13511: (dschuff) Update revision for PNaCl r13466->r13509
      r13512: (ncbray) Fix untrusted.gypi and build_nexe.py
      r13513: (noelallen) Cleanup bionic build script.
      r13514: (dyen) Added initial pass of nacl_irt_code_data_alloc.
      r13515: (sbc) Use custom exception class for errors in package_version.
      r13516: (hidehiko) Non-SFI mode: SCONS_NONSFI_TC clean up.
      r13517: (hidehiko) Non-SFI Mode: Refactoring. Provide non-SFI version of nacl_irt_query_core.
      r13518: (binji) Revert "Non-SFI mode: SCONS_NONSFI_TC clean up."
      r13519: (bradnelson) Make the trybots fail early if 'git cl try' is mistakenly used.
      r13520: (bradnelson) Make build_nexe.py rebuild when script itself has changed.
      r13521: (noelallen) Updates GN dep, and cleans up some toolchain prep definitions to make it easier to debug what's going on.
      r13523: (teravest) Add embedder interface for fatal log messages.
      r13524: (bradnelson) Passing --config-name to build_nexe.py for all arches.
      r13525: (teravest) Create a sel_ldr_launcher_base target.
      r13526: (teravest) Revert "Add embedder interface for fatal log messages."
      r13527: (hidehiko) Non-SFI mode: Get rid of socketcall on ARM.
      r13528: (teravest) Add embedder interface for fatal log messages.
      
      BUG=none
      TEST=browser_tests and nacl_integration
      CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_nacl_sdk_build
      TBR=bradnelson@google.com
      
      Review URL: https://codereview.chromium.org/417233002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285812 0039d316-1c4b-4281-b951-d872f2087c98
      7e7099d7