Changes

Jump to: navigation, search

Add an Infobar style warning for window resize/move

175 bytes added, 11:44, 28 January 2009
Project Details
== Project Details ==
'''01/28/2009''' -* browser.xml changed to accept just one event* browser.js updated to changes on browser.xml: uses the new parameter to check if command is resize or move'''01/27/20082009''' -
* Started work on nsWindowMoveEvent. This event has been renamed nsWindowMoveResizeEvent.
** New Parameter: isMove: To specify whether this is a move or a resize command
* Deleted nsWindowResizeEvent from nsGUIEvent.h
* Currently fixing nsGlobalWindow.cpp's calls to reflect the new FireWindowMoveResizeEvent();
'''01/26/20082009''' -
* Received some feedback from jst, thanks to David
* 0.5 release will focus mostly on combining the two events into one event (Yay!)
* and... to fix all the indentations.
* This will take me the rest of the week, then I'm going to try and see about splitting the patch between UI and Backend.
'''01/22/20082009''' -
* Blog page about the entire project can be found [http://twlai1.blogspot.com/2009/01/lets-have-recap-my-project-and-how-to.html here]
'''01/21/20082009''' -
* '''Patch 0.4 released!'''
* Read above to see what has changed
'''01/21/20082009''' -
* Added new menu option on browser.xul (menuitem) called "Allow Once"
** Calls gWindowObserver's allowOnce() function when selected
** Added new dtd localization text in browser.dtd for the new menuitem
* Fixed a bug where nsWindowResizeEvent would constantly return 0,0 as the x,y (signature of getResizeX/Y())
'''01/20/20082009''' -
* Split FireWindowResizedEvent() into two functions:
** FireWindowMovedEvent() and FireWindowResizedEvent()
* Updated browser.xml
* OnWindowResized and OnWindowMoved updated to contain an object details, containing details of the command sent.
'''01/19/20082009''' -
* nsDOMWindowMoveEvent.cpp and nsDOMWindowResizeEvent.cpp compiles!!!!!
* nsGUIEvent.h's classes added public to all members of nsWindowMoveEvent and nsWindowResizeEvent
* Added two includes to nsGlobalWindow.cpp: #include "nsDOMWindowMoveEvent.h" and "nsDOMWindowResizeEvent.h"
* Changed FireWindowResizeEvent to use the the new events
'''01/18/20082009''' -
* Work resumes.
* First event to be created will be WindowMove
1
edit

Navigation menu