Closed
Bug 1516368
Opened 6 years ago
Closed 6 years ago
Some independent cleanups for bug 1423013
Categories
(Core :: Layout, enhancement, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(8 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D15335
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D15336
Assignee | ||
Comment 4•6 years ago
|
||
It's been unused since bug 1337325.
Depends on D15338
Assignee | ||
Comment 5•6 years ago
|
||
There is no reason to use nsAtoms*, it's error prone, i.e. the function
can take arbitrary nsAtoms*.
Depends on D15339
Assignee | ||
Comment 6•6 years ago
|
||
Depends on D15340
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D15341
Assignee | ||
Comment 8•6 years ago
|
||
Depends on D15342
Updated•6 years ago
|
Attachment #9033266 -
Attachment description: Bug 1516368 - Make ChangeOrigin::Other more descriptive. r=botond → Bug 1516368 - Unite ChangeOrigin::eRestore and eOther as ChangeOrigin::eMainThread. r=botond
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3790e0649bd7
Rename aViewportSize to aViewportOrContentSize. r=botond
https://hg.mozilla.org/integration/autoland/rev/40b774aa7492
Use mOuter->PresShell() directly. r=botond
https://hg.mozilla.org/integration/autoland/rev/463079c73a31
Align boolean member variables in ScrollFrameHelper. r=botond
https://hg.mozilla.org/integration/autoland/rev/bb9b55fa1161
Drop nsIDOMWindowUtils.isResolutionSet. r=botond
https://hg.mozilla.org/integration/autoland/rev/f11eea40912a
Change SetResolutionAndScaleTo to take an enum instead of an nsAtoms*. r=botond
https://hg.mozilla.org/integration/autoland/rev/a17c856e81b5
Unite ChangeOrigin::eRestore and eOther as ChangeOrigin::eMainThread. r=botond
https://hg.mozilla.org/integration/autoland/rev/ff2870cad3e6
Align boolean members in nsIPresShell. r=botond
https://hg.mozilla.org/integration/autoland/rev/592d38d2892f
De-virtualize nsIPresShell::IsResolutionUpdated and SetResolutionUpdated. r=botond
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3790e0649bd7
https://hg.mozilla.org/mozilla-central/rev/40b774aa7492
https://hg.mozilla.org/mozilla-central/rev/463079c73a31
https://hg.mozilla.org/mozilla-central/rev/bb9b55fa1161
https://hg.mozilla.org/mozilla-central/rev/f11eea40912a
https://hg.mozilla.org/mozilla-central/rev/a17c856e81b5
https://hg.mozilla.org/mozilla-central/rev/ff2870cad3e6
https://hg.mozilla.org/mozilla-central/rev/592d38d2892f
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•