Bug 97348 - [BlackBerry] Really fix bug 95488 that user can get the authentication challenge dialog while the other tab has focus.
Summary: [BlackBerry] Really fix bug 95488 that user can get the authentication challe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Lyon Chen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 10:42 PDT by Lyon Chen
Modified: 2012-09-21 14:02 PDT (History)
10 users (show)

See Also:


Attachments
patch for 97348 (34.44 KB, patch)
2012-09-21 11:24 PDT, Lyon Chen
no flags Details | Formatted Diff | Diff
Fixing coding style errors in ChangeLog (34.47 KB, patch)
2012-09-21 11:34 PDT, Lyon Chen
joenotcharles: review-
Details | Formatted Diff | Diff
Update to use deferLoading (30.17 KB, patch)
2012-09-21 13:41 PDT, Lyon Chen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lyon Chen 2012-09-21 10:42:15 PDT
Bug 95488 (https://bugs.webkit.org/show_bug.cgi?id=95488) is closed after its first patch is in. We need another patch to really fix the issue that pop up authentication challenge dialog when the page has no focus.
Comment 1 Lyon Chen 2012-09-21 11:24:13 PDT
Created attachment 165157 [details]
patch for 97348
Comment 2 Lyon Chen 2012-09-21 11:25:57 PDT
+Yong, Rob, Joe.
Comment 3 WebKit Review Bot 2012-09-21 11:26:39 PDT
Attachment 165157 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebKit/blackberry/ChangeLog:10:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebKit/blackberry/ChangeLog:11:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebKit/blackberry/ChangeLog:13:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebCore/ChangeLog:12:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebCore/ChangeLog:13:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebCore/ChangeLog:14:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebCore/ChangeLog:17:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Source/WebCore/ChangeLog:20:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Total errors found: 8 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Lyon Chen 2012-09-21 11:34:26 PDT
Created attachment 165160 [details]
Fixing coding style errors in ChangeLog
Comment 5 Joe Mason 2012-09-21 13:01:54 PDT
Comment on attachment 165160 [details]
Fixing coding style errors in ChangeLog

We already have deferLoading, you should use that instead of this new "freeze"
Comment 6 Lyon Chen 2012-09-21 13:41:27 PDT
Created attachment 165180 [details]
Update to use deferLoading
Comment 7 Joe Mason 2012-09-21 13:53:04 PDT
Comment on attachment 165180 [details]
Update to use deferLoading

lgtm
Comment 8 WebKit Review Bot 2012-09-21 13:56:32 PDT
Comment on attachment 165180 [details]
Update to use deferLoading

Rejecting attachment 165180 [details] from review queue.

jmason@rim.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 9 WebKit Review Bot 2012-09-21 13:57:10 PDT
Comment on attachment 165180 [details]
Update to use deferLoading

Rejecting attachment 165180 [details] from commit-queue.

jmason@rim.com does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 10 WebKit Review Bot 2012-09-21 14:02:18 PDT
Comment on attachment 165180 [details]
Update to use deferLoading

Clearing flags on attachment: 165180

Committed r129251: <http://trac.webkit.org/changeset/129251>
Comment 11 WebKit Review Bot 2012-09-21 14:02:24 PDT
All reviewed patches have been landed.  Closing bug.