diff browse annotate |
a045cec2973b66d2dd6d89897fa7a7648686aa36 created 2023-01-27 19:50 +0000 pushed 2023-01-28 21:11 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1813148 - Don't return already_AddRefed in nsPresContext::GetRootWidget. r=dholbert |
diff browse annotate |
184b9efe0e580f5d8ae529396f0f310daf686ee0 created 2023-01-23 23:58 +0000 pushed 2023-01-24 09:30 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1811834 - Clean up nsWidgetInitData. r=cmartin,geckoview-reviewers,calu |
diff browse annotate |
9c804d2af20e84e3348989614dcb3083b159db99 created 2022-09-01 10:54 +0000 pushed 2022-09-01 15:45 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers |
diff browse annotate |
36c37bf9ae48e202f48e70331e53e5ebe37b472b created 2022-08-26 11:11 -0400 pushed 2022-08-26 21:48 +0000 |
Cristian Tuns | Cristian Tuns - Backed out changeset e29b0fbf77f1 (bug 1786513) for causing mochitest failures on /browser_unified_extensions.js CLOSED TREE |
diff browse annotate |
e29b0fbf77f13b756463397b77738e8d9395c592 created 2022-08-26 12:58 +0000 pushed 2022-08-26 21:48 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers |
diff browse annotate |
3dc6bd5714c33afa29d1a3a9194b2ceac9234ec6 created 2021-10-01 20:38 +0000 pushed 2021-10-02 09:50 +0000 |
Daniel Holbert | Daniel Holbert - Bug 1733465 part 4: Convert nsViewManager::gViewManagers to StaticAutoPtr so that we don't have to manually delete it. r=tnikkel |
diff browse annotate |
b4c661b5a79995c0a9b3ebeecf512a888944a0b7 created 2021-10-01 20:38 +0000 pushed 2021-10-02 09:50 +0000 |
Daniel Holbert | Daniel Holbert - Bug 1733465 part 2: Modernize nsViewManager::GetRootWidget() to use already_AddRefed return value, instead of requiring getter_AddRefs at callsite. r=tnikkel |
diff browse annotate |
e66b97cf91209dfc7cb2e7a36cc722762cd08dca created 2021-10-01 20:38 +0000 pushed 2021-10-02 09:50 +0000 |
Daniel Holbert | Daniel Holbert - Bug 1733465 part 1: Store nsViewManager::mRootViewManager in a RefPtr instead of manually managing its reference count. r=tnikkel |
diff browse annotate |
c4b7ed3e820f0b936d8e3f12ac142b6319550d2f created 2021-10-01 19:13 +0300 pushed 2021-10-01 21:46 +0000 |
Sandor Molnar | Sandor Molnar - Backed out 5 changesets (bug 1733465) for causing android build bustages in android/SessionAccessibility.cpp. CLOSED TREE |
diff browse annotate |
3db0452b185c54ec4279121a8ccf255791abfa79 created 2021-10-01 14:37 +0000 pushed 2021-10-01 21:46 +0000 |
Daniel Holbert | Daniel Holbert - Bug 1733465 part 4: Convert nsViewManager::gViewManagers to StaticAutoPtr so that we don't have to manually delete it. r=tnikkel |
diff browse annotate |
3cee3f595e451173edf24d8f6e97dd6646103da9 created 2021-10-01 14:37 +0000 pushed 2021-10-01 21:46 +0000 |
Daniel Holbert | Daniel Holbert - Bug 1733465 part 2: Modernize nsViewManager::GetWidget() to use already_AddRefed return value, instead of requiring getter_AddRefs at callsite. r=tnikkel |
diff browse annotate |
267d5fc92f121f1839dc1465c17a874fc5369f15 created 2021-10-01 14:37 +0000 pushed 2021-10-01 21:46 +0000 |
Daniel Holbert | Daniel Holbert - Bug 1733465 part 1: Store nsViewManager::mRootViewManager in a RefPtr instead of manually managing its reference count. r=tnikkel |
diff browse annotate |
a7180808eaaeb815467d7794477f69a71b62a93b created 2019-09-25 19:12 +0000 pushed 2019-09-26 04:07 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1583534 - Further simplify PresShell::ResizeReflow. r=botond |
diff browse annotate |
e2969c920810b32d97f6dd72b1f84a94fadddc77 created 2019-05-06 13:01 +0000 pushed 2019-05-06 21:44 +0000 |
Masayuki Nakano | Masayuki Nakano - Bug 1543315 - part 14: Mark PresShell::WillPaintWindow() and PresShell::DidPaintWindow() as MOZ_CAN_RUN_SCRIPT r=smaug |
diff browse annotate |
59633bc3f7619ec93c0a978861c2f466d7fd3433 created 2019-05-06 13:25 +0000 pushed 2019-05-06 21:44 +0000 |
Masayuki Nakano | Masayuki Nakano - Bug 1543315 - part 13: Mark PresShell::Paint() as MOZ_CAN_RUN_SCRIPT r=smaug |
diff browse annotate |
10608c915cc5577afbf176aa3929de5e63a8d71c created 2019-04-13 12:39 +0000 pushed 2019-04-13 21:44 +0000 |
Masayuki Nakano | Masayuki Nakano - Bug 1543315 - part 4: Mark ResizeReflow() as MOZ_CAN_RUN_SCRIPT r=smaug |
diff browse annotate |
33a2dec4cfd320dacd2a5027e95f1ecc53d99437 created 2019-04-13 12:39 +0000 pushed 2019-04-13 21:44 +0000 |
Masayuki Nakano | Masayuki Nakano - Bug 1543315 - part 3: Mark WillPaint() as MOZ_CAN_RUN_SCRIPT r=smaug |
diff browse annotate |
7b63cad25d9b4081eedc4a4d65004c60ac0c9277 created 2019-04-13 01:05 +0000 pushed 2019-04-13 21:44 +0000 |
Masayuki Nakano | Masayuki Nakano - Bug 1542663 - Make nsViewManager and nsView (nsIWidgetListener) use mozilla::PresShell directly rather than via nsIPresShell r=tnikkel |
diff browse annotate |
7aefe7888eabbdec1c7b013f0e6d2138f6d057f6 created 2019-03-11 14:58 +0000 pushed 2019-03-12 09:50 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 1533617 part 1. Improve MOZ_CAN_RUN_SCRIPT annotations around synth mouse events. r=emilio |
diff browse annotate |
6f3709b3878117466168c40affa7bca0b60cf75b created 2018-11-30 11:46 +0100 pushed 2018-11-30 11:01 +0000 |
Sylvestre Ledru | Sylvestre Ledru - Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format |
diff browse annotate |
04f0bbf40bf36957dc1f72a8aae9916df0e3222f created 2018-11-29 10:30 +0000 pushed 2018-11-29 16:53 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1508472 - Part 5: Fifth batch of comment fix-ups in preparation for the tree reformat r=sylvestre |
diff browse annotate |
9ff81e376529981389074a985083d161e2f155d3 created 2017-07-07 14:54 -0500 pushed 2017-07-30 09:19 +0000 |
Timothy Nikkel | Timothy Nikkel - Backed out changeset 497dbf087ad5 (add diagnostic asserts) (bug 1354933) |
diff browse annotate |
497dbf087ad59eeeb898427b80152ead617c89c9 created 2017-04-27 17:50 -0500 pushed 2017-04-28 08:36 +0000 |
Timothy Nikkel | Timothy Nikkel - Bug 1354933. Add annotation if the view is for a printing document if the view has a frame in its destructor. r=mats |
diff browse annotate |
3084a9f73d4bd476e97ea8d727f33dc0358ef17e created 2017-02-14 03:44 +0200 pushed 2017-02-14 12:38 +0000 |
Olli Pettay | Olli Pettay - Bug 1338901 - nsViewManager::ProcessPendingUpdatesForView should use AutoTArray to avoid alloc/free, r=tn |
diff browse annotate |
a9f258d042482099bbbd9bfd235efbf742959df0 created 2017-01-24 17:10 +0100 pushed 2017-01-25 02:53 +0000 |
Julian Seward | Julian Seward - Bug 1232696 - Remove NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW as it causes segfaulting for GCC 6 builds (1 of 5, fixes for view/). r=tnikkel. |
diff browse annotate |
8f927b0973bc2c90fdb65ea4574fff24525484db created 2017-01-12 00:59 -0600 pushed 2017-01-13 00:03 +0000 |
Timothy Nikkel | Timothy Nikkel - Bug 1330225. Remove unused function nsViewManager::InsertChild. r=mats |
diff browse annotate |
c6c5eee7d566b40a6efce047ab0630819916f93d created 2016-11-14 23:16 +0100 pushed 2016-11-17 00:42 +0000 |
Sylvestre Ledru | Sylvestre Ledru - Bug 1317430 - Avoid a unnecessary copy by passing a const & in view/ r=njn |
diff browse annotate |
26e22ea9e8ddf5fe354e2b69d140769f739f8a2b created 2016-05-12 12:07 +1200 pushed 2016-05-27 21:17 +0000 |
Mats Palmgren | Mats Palmgren - Bug 881832 - Make inner document reflow asynchronous. r=tnikkel |
diff browse annotate |
d63acfaf882084a50b75de6d2a421ddd6f1d228b created 2016-05-23 18:34 -0700 pushed 2016-05-24 12:54 +0000 |
Phil Ringnalda | Phil Ringnalda - Back out 6 changesets (bug 881832) for failures in test_Debugger.Source.prototype.element.html |
diff browse annotate |
95efd250e29f5bd7d2ad23a430c4336bc68ea04b created 2016-05-12 12:07 +1200 pushed 2016-05-24 12:54 +0000 |
Mats Palmgren | Mats Palmgren - Bug 881832 - Make inner document reflow asynchronous. r=tnikkel |
diff browse annotate |
b02eddb72e693ff4b4f6441a50609b439c416eac created 2016-05-11 21:08 -0700 pushed 2016-05-12 09:54 +0000 |
Phil Ringnalda | Phil Ringnalda - Back out 5 changesets (bug 881832) for failures in browser_html_tooltip-02.js |
diff browse annotate |
6b3c5e185b04056b778ca3fd6bd4c76933a9788b created 2016-05-12 12:07 +1200 pushed 2016-05-12 09:54 +0000 |
Mats Palmgren | Mats Palmgren - Bug 881832 - Make inner document reflow asynchronous. r=tnikkel |
diff browse annotate |
ffcdd861062d2400e3991964bb151ad17f270faa created 2016-05-03 17:58 +1000 pushed 2016-05-03 14:18 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1267568 part 3 - Use an individual method for check whether resize should be delayed. r=smaug |
diff browse annotate |
605d74217b116eb40b211eb2545212ec15823cd1 created 2015-12-02 21:45 -0800 pushed 2015-12-07 13:16 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1230047 (part 2) - Make several PaintWindow() functions use LayoutDevice coordinates. r=kats. |
diff browse annotate |
e091d14c936c948a490457a6420261abe8c16cc6 created 2015-11-16 21:18 -0800 pushed 2015-12-03 11:03 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1229237 (part 3) - Make nsIWidget::Invalidate() take a LayoutDeviceIntRect. r=botond. |
diff browse annotate |
e8c7dfe727cd970e2c3294934e2927b14143c205 created 2015-10-18 01:24 -0400 pushed 2015-10-18 02:55 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat |
diff browse annotate |
41dea9df27ed995f8315ab4318c187a617937664 created 2015-10-07 10:19 -0700 pushed 2015-10-07 17:31 +0000 |
Wes Kocher | Wes Kocher - Backed out changeset 91d4539e00ce (bug 1207245) |
diff browse annotate |
91d4539e00cecb658604e021675a923c60ef3235 created 2015-10-07 16:50 -0400 pushed 2015-10-07 12:51 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat |
diff browse annotate |
a5a7035ebf21de5fc4e52dbcaf7cd95bdc0a1276 created 2015-04-13 19:02 +0300 pushed 2015-04-14 00:13 +0000 |
Olli Pettay | Olli Pettay - Backout Bug 930793 because of talos regressions,r=backout |
diff browse annotate |
1b8f36a7ee321ca62cf87424910d0e2ed6fed076 created 2015-04-12 23:08 +0300 pushed 2015-04-13 10:00 +0000 |
Olli Pettay | Olli Pettay - Bug 930793 - Remove favor performance mode, r=avih,roc |
diff browse annotate |
8e356e2617806fb2b905759749aeca169ed1e7ae created 2015-04-02 16:12 -0500 pushed 2015-04-03 14:34 +0000 |
Timothy Nikkel | Timothy Nikkel - Bug 1150363. Remove unused mInScroll from nsViewManager. r=mats |
diff browse annotate |
ac4464790ec4896a5188fa50cfc69ae0ffeddc08 created 2015-03-21 12:28 -0400 pushed 2015-03-22 20:58 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj |
diff browse annotate |
e4310d8289b99c2e781b01941c62100ac7e402e4 created 2014-08-07 19:48 -0400 pushed 2014-08-08 14:41 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1048246 - Fix more bad implicit constructors in layout; r=roc |
diff browse annotate |
9da5faf8048598041e20a43f2db4df8aaf37fc30 created 2014-07-28 18:02 -0700| base pushed 2014-07-30 00:01 +0000 |
Birunthan Mohanathas | Birunthan Mohanathas - Bug 1044448 - Flatten view/{public,src}/ directories. r=roc |