1. 22 Aug, 2011 5 commits
    • ossy@webkit.org's avatar
      [ORWT] Fix --reset-results --add-platform-exceptions combo · e66236b4
      ossy@webkit.org authored
      https://bugs.webkit.org/show_bug.cgi?id=65464
      
      Patch by Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu> on 2011-08-22
      Reviewed by Csaba Osztrogonác.
      
      * Scripts/old-run-webkit-tests:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93502 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      e66236b4
    • podivilov@chromium.org's avatar
      Web Inspector: extract breakpoint management code to a separate class and add tests. · 6de128d0
      podivilov@chromium.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66224
      
      Reviewed by Pavel Feldman.
      
      Source/WebCore:
      
      Test: inspector/debugger/breakpoint-manager.html
      
      * WebCore.gypi:
      * WebCore.vcproj/WebCore.vcproj:
      * inspector/front-end/BreakpointManager.js: Added.
      (WebInspector.BreakpointManager):
      (WebInspector.BreakpointManager.prototype.uiSourceCodeAdded):
      (WebInspector.BreakpointManager.prototype.breakpointsForUISourceCode):
      (WebInspector.BreakpointManager.prototype.setBreakpoint):
      (WebInspector.BreakpointManager.prototype.removeBreakpoint):
      (WebInspector.BreakpointManager.prototype._materializeBreakpoint):
      (WebInspector.BreakpointManager.prototype._breakpointDebuggerLocationChanged):
      (WebInspector.BreakpointManager.prototype._addBreakpointToUI):
      (WebInspector.BreakpointManager.prototype._deleteBreakpointFromUI):
      (WebInspector.BreakpointManager.prototype._moveBreakpointInUI):
      (WebInspector.BreakpointManager.prototype._breakpoints):
      (WebInspector.BreakpointManager.prototype._breakpoint):
      (WebInspector.BreakpointManager.prototype._forEachBreakpoint):
      (WebInspector.BreakpointManager.prototype._setBreakpointInDebugger):
      (WebInspector.BreakpointManager.prototype._removeBreakpointFromDebugger):
      (WebInspector.BreakpointManager.prototype._breakpointResolved):
      (WebInspector.BreakpointManager.prototype.serializeBreakpoints):
      (WebInspector.BreakpointManager.prototype.reset):
      (WebInspector.BreakpointManager.prototype.debuggerReset):
      (WebInspector.Breakpoint):
      (WebInspector.Breakpoint.prototype.serialize):
      (WebInspector.Breakpoint.deserialize):
      * inspector/front-end/DebuggerModel.js:
      (WebInspector.DebuggerModel.prototype.setBreakpointByScriptLocation):
      * inspector/front-end/SourceFile.js:
      (WebInspector.RawSourceCode.prototype.get rawSourceCode):
      * inspector/front-end/WebKit.qrc:
      * inspector/front-end/inspector.html:
      
      LayoutTests:
      
      * inspector/debugger/breakpoint-manager-expected.txt: Added.
      * inspector/debugger/breakpoint-manager.html: Added.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93501 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      6de128d0
    • zoltan@webkit.org's avatar
      [Qt][ARM] Add bug report to flaky tests · d0902298
      zoltan@webkit.org authored
      http/tests/cache/subresource-multiple-instances.html
      https://bugs.webkit.org/show_bug.cgi?id=66652
      
      http/tests/inspector/resource-tree/resource-tree-errors-reload.html
      https://bugs.webkit.org/show_bug.cgi?id=66653
      
      * platform/qt-arm/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93500 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      d0902298
    • zoltan@webkit.org's avatar
      [Qt][ARM] Skip flaky tests. · 12210764
      zoltan@webkit.org authored
      * platform/qt-arm/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93494 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      12210764
    • mrobinson@webkit.org's avatar
      Fix 'make dist' for WebKitGTK+. · 7a18ff25
      mrobinson@webkit.org authored
      Source/JavaScriptCore:
      
      * GNUmakefile.list.am: Add a missing header to the sources list.
      
      Source/WebCore:
      
      * GNUmakefile.am: Add a missing file to the EXTRA_DIST list.
      * GNUmakefile.list.am: Update the sources list to reflect reality.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93492 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      7a18ff25
  2. 21 Aug, 2011 7 commits
  3. 20 Aug, 2011 26 commits
  4. 19 Aug, 2011 2 commits