Bug 155611 - Uncaught Exception: SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent.
Summary: Uncaught Exception: SecurityError: DOM Exception 18: An attempt was made to b...
Status: RESOLVED DUPLICATE of bug 154448
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-17 16:58 PDT by it
Modified: 2016-03-28 10:10 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description it 2016-03-17 16:58:48 PDT
-------
Auto-generated details:

Inspected URL:        (unknown)
Loading completed:    false
Frontend User Agent:  Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) Version/8.0 Safari/602.1
Uncaught exceptions:
 - SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent. (at Setting.js:61:44)
 - ReferenceError: Can't find variable: InspectorBackend (at InspectorBackendCommands.js:32:17)
 - ReferenceError: Can't find variable: InspectorBackend (at Main.js:59:25)
-------

* STEPS TO REPRODUCE
All defaults. Open MiniBrowser  and right mouse button open Inspector.

build command:

cmake -DCMAKE_BUILD_TYPE=Release \
        -DCMAKE_INSTALL_PREFIX=$dst/usr \
        -DCMAKE_SKIP_RPATH=ON \
        -DPORT=GTK -DLIB_INSTALL_DIR=$dst/usr/lib \
        -DENABLE_MINIBROWSER=ON \
        -DENABLE_GEOLOCATION=OFF \
        -DENABLE_PLUGIN_PROCESS_GTK2=OFF \
        -Wno-dev ../WebKit && make -j4
Comment 1 Radar WebKit Bug Importer 2016-03-17 16:59:13 PDT
<rdar://problem/25229931>
Comment 2 Joseph Pecoraro 2016-03-17 20:53:52 PDT
This sounds like a Duplicate of Bug 155265.

What WebKit r# was this? The issue should have been fixed by:
<http://trac.webkit.org/changeset/197920>.
Comment 3 it 2016-03-18 04:08:21 PDT
(In reply to comment #2)
> This sounds like a Duplicate of Bug 155265.
> 
> What WebKit r# was this? The issue should have been fixed by:
> <http://trac.webkit.org/changeset/197920>.

some at 2016-03-17. I do not remember r#, after build I cleanup source tree and make $ git pull ((
Now I try build again & record r#
Comment 4 it 2016-03-18 06:53:07 PDT
(In reply to comment #2)
> This sounds like a Duplicate of Bug 155265.
> 
> What WebKit r# was this? The issue should have been fixed by:
> <http://trac.webkit.org/changeset/197920>.



$ git log

commit d5bbb4a8ffc56ad53fa43012525fd7ed1a300031
Author: youenn.fablet@crf.canon.fr <youenn.fablet@crf.canon.fr@268f45cc-cd09-041
0-ab3c-d52691b4dbfc>
Date:   Fri Mar 18 10:15:53 2016 +0000

    Move IndexedDB regular test to web-platform-tests
    https://bugs.webkit.org/show_bug.cgi?id=155581
    
    Reviewed by Darin Adler.
    
    LayoutTests/imported/w3c:
    
    Moving regular IndexedDB tests from LayoutTests/imported/w3c/indexeddb to La
youtTests/imported/w3c/web-platform-tests/IndexedDB.
    Moving private browsing IndexedDB tests from LayoutTests/imported/w3c/indexe
ddb to LayoutTests/imported/w3c/IndexedDB-private-browsing.
    Removed private prefix from private browsing IndexedDB tests since they are stored in their own folder.
------------------------------- skip a lot of rest output --------------------


Problem still exists.
Comment 5 Timothy Hatcher 2016-03-28 10:10:59 PDT

*** This bug has been marked as a duplicate of bug 154448 ***