Closed
Bug 1325028
Opened 9 years ago
Closed 9 years ago
Remove some more IsCallerChrome bits in nsGlobalWindow
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
|
7.64 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
|
25.22 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
|
14.15 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
|
11.31 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
|
5.52 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
The infrastructure in bug 1320801 lets us get rid of some of them.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8820679 -
Flags: review?(bkelly)
| Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8820680 -
Flags: review?(bkelly)
| Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8820681 -
Flags: review?(bkelly)
| Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8820682 -
Flags: review?(bkelly)
| Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8820683 -
Flags: review?(bkelly)
Updated•9 years ago
|
Attachment #8820679 -
Flags: review?(bkelly) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8820680 [details] [diff] [review]
part 2. Remove IsCallerChrome use from the various things called via SetReplaceableWindowCoord
Review of attachment 8820680 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/base/nsGlobalWindow.h
@@ +1308,5 @@
> nsresult GetInnerWidth(int32_t* aWidth) override;
> + void SetInnerWidthOuter(int32_t aInnerWidth,
> + mozilla::dom::CallerType aCallerType,
> + mozilla::ErrorResult& aError);
> + void SetInnerWidth(int32_t aInnerWidth,
nit: trailing whitespace
Attachment #8820680 -
Flags: review?(bkelly) → review+
Updated•9 years ago
|
Attachment #8820681 -
Flags: review?(bkelly) → review+
Updated•9 years ago
|
Attachment #8820682 -
Flags: review?(bkelly) → review+
Updated•9 years ago
|
Attachment #8820683 -
Flags: review?(bkelly) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a97e232bbd11
part 1. Remove IsCallerChrome use from nsGlobalWindow's .content getter. r=bkelly
https://hg.mozilla.org/integration/mozilla-inbound/rev/58fa05c29557
part 2. Remove IsCallerChrome use from the various things called via SetReplaceableWindowCoord. r=bkelly
https://hg.mozilla.org/integration/mozilla-inbound/rev/99bb6dd6ebaa
part 3. Remove IsCallerChrome use from nsGlobalWindow::ResizeTo/ResizeBy/SizeToContent. r=bkelly
https://hg.mozilla.org/integration/mozilla-inbound/rev/8850df6ea79d
part 4. Remove IsCallerChrome use from nsGlobalWindow::MoveTo/MoveBy. r=bkelly
https://hg.mozilla.org/integration/mozilla-inbound/rev/a91c57b9a522
part 5. Change nsGlonalWindow::CanMoveResizeWindows to take CallerType. r=bkelly
| Assignee | ||
Comment 8•9 years ago
|
||
> nit: trailing whitespace
Fixed.
Comment 9•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a97e232bbd11
https://hg.mozilla.org/mozilla-central/rev/58fa05c29557
https://hg.mozilla.org/mozilla-central/rev/99bb6dd6ebaa
https://hg.mozilla.org/mozilla-central/rev/8850df6ea79d
https://hg.mozilla.org/mozilla-central/rev/a91c57b9a522
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•